Html Css Color HEX #420BAB Indigo

📋 copy color: '#420BAB'

red 66 ◦ green 11 ◦ blue 171

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

Shades of Indigo #420BAB

Tints of Indigo #420BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 68.95%

R = 26.61%
G = 4.44%
B = 68.95%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#420BAB (or 0x420BAB) is known color: Indigo. HEX triplet: 42, 0B and AB. RGB value is (66,11,171). Sum of RGB (Red+Green+Blue) = 66+11+171=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #420BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420BAB is #BDF454. Grayscale: #2D2D2D. Windows color (decimal): -12448853 or 11209538. OLE color: 11209538.

HSL color Cylindrical-coordinate representation of color #420BAB: hue angle of 260.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420BAB is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 11 171 -
CMYK 0.61 0.94 0 0.33
HSL 260.63º 0.88% 0.36% -
HSV(B) 260.63º 0.94% 0.67% -
XYZ 9.72 4.34 38.85 -
YUV 45.69 198.72 142.49 -
System Red Green Blue C M Y K H S L
Decimal 66 11 171 0.61 0.94 0 0.33 260.63 0.88 0.36
Hex 42 B AB 3D 5E 0 21 105 58 24
Octal 102 13 253 75 136 0 41 405 130 44
Binary 1000010 1011 10101011 111101 1011110 0 100001 100000101 1011000 100100

Color Harmonies of #420BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420BAB

Black with #420BAB

Text Example


Text Example

White with #420BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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