Html Css Color HEX #420166 Indigo

📋 copy color: '#420166'

red 66 ◦ green 1 ◦ blue 102

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

Shades of Indigo #420166

Tints of Indigo #420166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 39.05%
G = 0.59%
B = 60.36%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#420166 (or 0x420166) is known color: Indigo. HEX triplet: 42, 01 and 66. RGB value is (66,1,102). Sum of RGB (Red+Green+Blue) = 66+1+102=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #420166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420166 is #BDFE99. Grayscale: #1F1F1F. Windows color (decimal): -12451482 or 6684994. OLE color: 6684994.

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

Color convert

RGB 66 1 102 -
CMYK 0.35 0.99 0 0.6
HSL 278.61º 0.98% 0.2% -
HSV(B) 278.61º 0.99% 0.4% -
XYZ 4.66 2.14 12.74 -
YUV 31.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 66 1 102 0.35 0.99 0 0.6 278.61 0.98 0.2
Hex 42 1 66 23 63 0 3C 117 62 14
Octal 102 1 146 43 143 0 74 427 142 24
Binary 1000010 1 1100110 100011 1100011 0 111100 100010111 1100010 10100

Color Harmonies of #420166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420166

Black with #420166

Text Example


Text Example

White with #420166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420166; }

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

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

background-color css

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

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

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

border-color css

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

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

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