Html Css Color HEX #420B91 Indigo

📋 copy color: '#420B91'

red 66 ◦ green 11 ◦ blue 145

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

Shades of Indigo #420B91

Tints of Indigo #420B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 65.32%

R = 29.73%
G = 4.95%
B = 65.32%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#420B91 (or 0x420B91) is known color: Indigo. HEX triplet: 42, 0B and 91. RGB value is (66,11,145). Sum of RGB (Red+Green+Blue) = 66+11+145=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 145 (57.03% from 255 or 65.32% from 222); Max value from RGB is 145 - color contains mainly: blue. Hex color #420B91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420B91 is #BDF46E. Grayscale: #2A2A2A. Windows color (decimal): -12448879 or 9505602. OLE color: 9505602.

HSL color Cylindrical-coordinate representation of color #420B91: hue angle of 264.63º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420B91 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 11 145 -
CMYK 0.54 0.92 0 0.43
HSL 264.63º 0.86% 0.31% -
HSV(B) 264.63º 0.92% 0.57% -
XYZ 7.48 3.44 27.06 -
YUV 42.72 185.72 144.6 -
System Red Green Blue C M Y K H S L
Decimal 66 11 145 0.54 0.92 0 0.43 264.63 0.86 0.31
Hex 42 B 91 36 5C 0 2B 109 56 1F
Octal 102 13 221 66 134 0 53 411 126 37
Binary 1000010 1011 10010001 110110 1011100 0 101011 100001001 1010110 11111

Color Harmonies of #420B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B91

Black with #420B91

Text Example


Text Example

White with #420B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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