Html Css Color HEX #420866 Indigo

📋 copy color: '#420866'

red 66 ◦ green 8 ◦ blue 102

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

Shades of Indigo #420866

Tints of Indigo #420866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 57.95%

R = 37.5%
G = 4.55%
B = 57.95%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#420866 (or 0x420866) is known color: Indigo. HEX triplet: 42, 08 and 66. RGB value is (66,8,102). Sum of RGB (Red+Green+Blue) = 66+8+102=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #420866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420866 is #BDF799. Grayscale: #232323. Windows color (decimal): -12449690 or 6686786. OLE color: 6686786.

HSL color Cylindrical-coordinate representation of color #420866: hue angle of 277.02º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420866 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 8 102 -
CMYK 0.35 0.92 0 0.6
HSL 277.02º 0.85% 0.22% -
HSV(B) 277.02º 0.92% 0.4% -
XYZ 4.73 2.29 12.76 -
YUV 36.06 165.22 149.36 -
System Red Green Blue C M Y K H S L
Decimal 66 8 102 0.35 0.92 0 0.6 277.02 0.85 0.22
Hex 42 8 66 23 5C 0 3C 115 55 16
Octal 102 10 146 43 134 0 74 425 125 26
Binary 1000010 1000 1100110 100011 1011100 0 111100 100010101 1010101 10110

Color Harmonies of #420866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420866

Black with #420866

Text Example


Text Example

White with #420866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420866; }

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

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

background-color css

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

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

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

border-color css

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

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

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