Html Css Color HEX #42086E Indigo

📋 copy color: '#42086E'

red 66 ◦ green 8 ◦ blue 110

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

Shades of Indigo #42086E

Tints of Indigo #42086E

RGB

 RED value IS 66 (26.17% from 255) = 35.87%

 GREEN value IS 8 (3.52% from 255) = 4.35%

 BLUE value IS 110 (43.36% from 255) = 59.78%

R = 35.87%
G = 4.35%
B = 59.78%

CMYK

 C value IS 0.4

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42086E (or 0x42086E) is known color: Indigo. HEX triplet: 42, 08 and 6E. RGB value is (66,8,110). Sum of RGB (Red+Green+Blue) = 66+8+110=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 110 (43.36% from 255 or 59.78% from 184); Max value from RGB is 110 - color contains mainly: blue. Hex color #42086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42086E is #BDF791. Grayscale: #242424. Windows color (decimal): -12449682 or 7211074. OLE color: 7211074.

HSL color Cylindrical-coordinate representation of color #42086E: hue angle of 274.12º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42086E is Cyan = 0.4, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 8 110 -
CMYK 0.4 0.93 0 0.57
HSL 274.12º 0.86% 0.23% -
HSV(B) 274.12º 0.93% 0.43% -
XYZ 5.15 2.46 14.95 -
YUV 36.97 169.22 148.71 -
System Red Green Blue C M Y K H S L
Decimal 66 8 110 0.4 0.93 0 0.57 274.12 0.86 0.23
Hex 42 8 6E 28 5D 0 39 112 56 17
Octal 102 10 156 50 135 0 71 422 126 27
Binary 1000010 1000 1101110 101000 1011101 0 111001 100010010 1010110 10111

Color Harmonies of #42086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42086E

Black with #42086E

Text Example


Text Example

White with #42086E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42086E; }

 p { color: rgb(66,8,110); }

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

background-color css

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

 a { background-color: rgb(66,8,110); }

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

border-color css

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

 span { border-color: rgb(66,8,110); }

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