Html Css Color HEX #420BAD Indigo

📋 copy color: '#420BAD'

red 66 ◦ green 11 ◦ blue 173

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

Shades of Indigo #420BAD

Tints of Indigo #420BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 69.2%

R = 26.4%
G = 4.4%
B = 69.2%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#420BAD (or 0x420BAD) is known color: Indigo. HEX triplet: 42, 0B and AD. RGB value is (66,11,173). Sum of RGB (Red+Green+Blue) = 66+11+173=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #420BAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420BAD is #BDF452. Grayscale: #2D2D2D. Windows color (decimal): -12448851 or 11340610. OLE color: 11340610.

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

Color convert

RGB 66 11 173 -
CMYK 0.62 0.94 0 0.32
HSL 260.37º 0.88% 0.36% -
HSV(B) 260.37º 0.94% 0.68% -
XYZ 9.91 4.41 39.87 -
YUV 45.91 199.72 142.33 -
System Red Green Blue C M Y K H S L
Decimal 66 11 173 0.62 0.94 0 0.32 260.37 0.88 0.36
Hex 42 B AD 3E 5E 0 20 104 58 24
Octal 102 13 255 76 136 0 40 404 130 44
Binary 1000010 1011 10101101 111110 1011110 0 100000 100000100 1011000 100100

Color Harmonies of #420BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420BAD

Black with #420BAD

Text Example


Text Example

White with #420BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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