Html Css Color HEX #420196 Indigo

📋 copy color: '#420196'

red 66 ◦ green 1 ◦ blue 150

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

Shades of Indigo #420196

Tints of Indigo #420196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 69.12%

R = 30.41%
G = 0.46%
B = 69.12%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#420196 (or 0x420196) is known color: Indigo. HEX triplet: 42, 01 and 96. RGB value is (66,1,150). Sum of RGB (Red+Green+Blue) = 66+1+150=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #420196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420196 is #BDFE69. Grayscale: #242424. Windows color (decimal): -12451434 or 9830722. OLE color: 9830722.

HSL color Cylindrical-coordinate representation of color #420196: hue angle of 266.17º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420196 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 1 150 -
CMYK 0.56 0.99 0 0.41
HSL 266.17º 0.99% 0.3% -
HSV(B) 266.17º 0.99% 0.59% -
XYZ 7.76 3.38 29.1 -
YUV 37.42 191.53 148.38 -
System Red Green Blue C M Y K H S L
Decimal 66 1 150 0.56 0.99 0 0.41 266.17 0.99 0.3
Hex 42 1 96 38 63 0 29 10A 63 1E
Octal 102 1 226 70 143 0 51 412 143 36
Binary 1000010 1 10010110 111000 1100011 0 101001 100001010 1100011 11110

Color Harmonies of #420196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420196

Black with #420196

Text Example


Text Example

White with #420196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420196; }

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

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

background-color css

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

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

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

border-color css

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

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

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