Html Css Color HEX #420B72 Indigo

📋 copy color: '#420B72'

red 66 ◦ green 11 ◦ blue 114

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

Shades of Indigo #420B72

Tints of Indigo #420B72

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.76%

 BLUE value IS 114 (44.92% from 255) = 59.69%

R = 34.55%
G = 5.76%
B = 59.69%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#420B72 (or 0x420B72) is known color: Indigo. HEX triplet: 42, 0B and 72. RGB value is (66,11,114). Sum of RGB (Red+Green+Blue) = 66+11+114=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #420B72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420B72 is #BDF48D. Grayscale: #262626. Windows color (decimal): -12448910 or 7473986. OLE color: 7473986.

HSL color Cylindrical-coordinate representation of color #420B72: hue angle of 272.04º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #420B72 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 11 114 -
CMYK 0.42 0.90 0 0.55
HSL 272.04º 0.82% 0.25% -
HSV(B) 272.04º 0.9% 0.45% -
XYZ 5.4 2.61 16.14 -
YUV 39.19 170.22 147.12 -
System Red Green Blue C M Y K H S L
Decimal 66 11 114 0.42 0.90 0 0.55 272.04 0.82 0.25
Hex 42 B 72 2A 5A 0 37 110 52 19
Octal 102 13 162 52 132 0 67 420 122 31
Binary 1000010 1011 1110010 101010 1011010 0 110111 100010000 1010010 11001

Color Harmonies of #420B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B72

Black with #420B72

Text Example


Text Example

White with #420B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420B72; }

 p { color: rgb(66,11,114); }

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

background-color css

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

 a { background-color: rgb(66,11,114); }

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

border-color css

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

 span { border-color: rgb(66,11,114); }

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