Html Css Color HEX #261986 Persian Indigo

📋 copy color: '#261986'

red 38 ◦ green 25 ◦ blue 134

#261986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #261986

Tints of Persian Indigo #261986

RGB

 RED value IS 38 (15.23% from 255) = 19.29%

 GREEN value IS 25 (10.16% from 255) = 12.69%

 BLUE value IS 134 (52.73% from 255) = 68.02%

R = 19.29%
G = 12.69%
B = 68.02%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#261986 (or 0x261986) is known color: Persian Indigo. HEX triplet: 26, 19 and 86. RGB value is (38,25,134). Sum of RGB (Red+Green+Blue) = 38+25+134=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 134 (52.73% from 255 or 68.02% from 197); Max value from RGB is 134 - color contains mainly: blue. Hex color #261986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261986 is #D9E679. Grayscale: #282828. Windows color (decimal): -14280314 or 8788262. OLE color: 8788262.

HSL color Cylindrical-coordinate representation of color #261986: hue angle of 247.16º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #261986 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 25 134 -
CMYK 0.72 0.81 0 0.47
HSL 247.16º 0.69% 0.31% -
HSV(B) 247.16º 0.81% 0.53% -
XYZ 5.45 2.83 22.81 -
YUV 41.31 180.31 125.64 -
System Red Green Blue C M Y K H S L
Decimal 38 25 134 0.72 0.81 0 0.47 247.16 0.69 0.31
Hex 26 19 86 48 51 0 2F F7 45 1F
Octal 46 31 206 110 121 0 57 367 105 37
Binary 100110 11001 10000110 1001000 1010001 0 101111 11110111 1000101 11111

Color Harmonies of #261986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261986

Black with #261986

Text Example


Text Example

White with #261986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261986; }

 p { color: rgb(38,25,134); }

 H1.HeaderClassName
 {
   color: #261986;
 }
 .AnyTagClassName
 {
   color: #261986;
 }
</style>

background-color css

<style>
 a { background-color: #261986; }

 a { background-color: rgb(38,25,134); }

 div.DivClassName
 {
   background-color: #261986;
 }
 .BgClassName
 {
   background-color: #261986;
 }
</style>

border-color css

<style>
 span { border-color: #261986; }

 span { border-color: rgb(38,25,134); }

 td.TdClassName
 {
   border-color: #261986;
 }
 .TagClassName
 {
   border-color: #261986;
 }
</style>