Html Css Color HEX #420BAE Indigo

📋 copy color: '#420BAE'

red 66 ◦ green 11 ◦ blue 174

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

Shades of Indigo #420BAE

Tints of Indigo #420BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.32%

R = 26.29%
G = 4.38%
B = 69.32%

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

#420BAE (or 0x420BAE) is known color: Indigo. HEX triplet: 42, 0B and AE. RGB value is (66,11,174). Sum of RGB (Red+Green+Blue) = 66+11+174=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #420BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420BAE is #BDF451. Grayscale: #2D2D2D. Windows color (decimal): -12448850 or 11406146. OLE color: 11406146.

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

Color convert

RGB 66 11 174 -
CMYK 0.62 0.94 0 0.32
HSL 260.25º 0.88% 0.36% -
HSV(B) 260.25º 0.94% 0.68% -
XYZ 10.01 4.45 40.38 -
YUV 46.03 200.22 142.25 -
System Red Green Blue C M Y K H S L
Decimal 66 11 174 0.62 0.94 0 0.32 260.25 0.88 0.36
Hex 42 B AE 3E 5E 0 20 104 58 24
Octal 102 13 256 76 136 0 40 404 130 44
Binary 1000010 1011 10101110 111110 1011110 0 100000 100000100 1011000 100100

Color Harmonies of #420BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420BAE

Black with #420BAE

Text Example


Text Example

White with #420BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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