Html Css Color HEX #420396 Indigo

📋 copy color: '#420396'

red 66 ◦ green 3 ◦ blue 150

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

Shades of Indigo #420396

Tints of Indigo #420396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

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

R = 30.14%
G = 1.37%
B = 68.49%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#420396 (or 0x420396) is known color: Indigo. HEX triplet: 42, 03 and 96. RGB value is (66,3,150). Sum of RGB (Red+Green+Blue) = 66+3+150=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #420396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420396 is #BDFC69. Grayscale: #262626. Windows color (decimal): -12450922 or 9831234. OLE color: 9831234.

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

Color convert

RGB 66 3 150 -
CMYK 0.56 0.98 0 0.41
HSL 265.71º 0.96% 0.3% -
HSV(B) 265.71º 0.98% 0.59% -
XYZ 7.78 3.43 29.11 -
YUV 38.6 190.87 147.55 -
System Red Green Blue C M Y K H S L
Decimal 66 3 150 0.56 0.98 0 0.41 265.71 0.96 0.3
Hex 42 3 96 38 62 0 29 10A 60 1E
Octal 102 3 226 70 142 0 51 412 140 36
Binary 1000010 11 10010110 111000 1100010 0 101001 100001010 1100000 11110

Color Harmonies of #420396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420396

Black with #420396

Text Example


Text Example

White with #420396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420396; }

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

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

background-color css

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

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

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

border-color css

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

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

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