Html Css Color HEX #420BAC Indigo

📋 copy color: '#420BAC'

red 66 ◦ green 11 ◦ blue 172

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

Shades of Indigo #420BAC

Tints of Indigo #420BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.08%

R = 26.51%
G = 4.42%
B = 69.08%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#420BAC (or 0x420BAC) is known color: Indigo. HEX triplet: 42, 0B and AC. RGB value is (66,11,172). Sum of RGB (Red+Green+Blue) = 66+11+172=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #420BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420BAC is #BDF453. Grayscale: #2D2D2D. Windows color (decimal): -12448852 or 11275074. OLE color: 11275074.

HSL color Cylindrical-coordinate representation of color #420BAC: hue angle of 260.5º 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 #420BAC is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 11 172 -
CMYK 0.62 0.94 0 0.33
HSL 260.5º 0.88% 0.36% -
HSV(B) 260.5º 0.94% 0.67% -
XYZ 9.81 4.38 39.36 -
YUV 45.8 199.22 142.41 -
System Red Green Blue C M Y K H S L
Decimal 66 11 172 0.62 0.94 0 0.33 260.5 0.88 0.36
Hex 42 B AC 3E 5E 0 21 104 58 24
Octal 102 13 254 76 136 0 41 404 130 44
Binary 1000010 1011 10101100 111110 1011110 0 100001 100000100 1011000 100100

Color Harmonies of #420BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420BAC

Black with #420BAC

Text Example


Text Example

White with #420BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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