Html Css Color HEX #420060 Indigo

📋 copy color: '#420060'

red 66 ◦ green 0 ◦ blue 96

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

Shades of Indigo #420060

Tints of Indigo #420060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 59.26%

R = 40.74%
G = 0%
B = 59.26%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#420060 (or 0x420060) is known color: Indigo. HEX triplet: 42, 00 and 60. RGB value is (66,0,96). Sum of RGB (Red+Green+Blue) = 66+0+96=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #420060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420060 is #BDFF9F. Grayscale: #1E1E1E. Windows color (decimal): -12451744 or 6291522. OLE color: 6291522.

HSL color Cylindrical-coordinate representation of color #420060: hue angle of 281.25º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420060 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 0 96 -
CMYK 0.31 1 0 0.62
HSL 281.25º 1% 0.19% -
HSV(B) 281.25º 1% 0.38% -
XYZ 4.36 2 11.22 -
YUV 30.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 66 0 96 0.31 1 0 0.62 281.25 1 0.19
Hex 42 0 60 1F 64 0 3E 119 64 13
Octal 102 0 140 37 144 0 76 431 144 23
Binary 1000010 0 1100000 11111 1100100 0 111110 100011001 1100100 10011

Color Harmonies of #420060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420060

Black with #420060

Text Example


Text Example

White with #420060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420060; }

 p { color: rgb(66,0,96); }

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

background-color css

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

 a { background-color: rgb(66,0,96); }

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

border-color css

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

 span { border-color: rgb(66,0,96); }

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