Html Css Color HEX #420BAF Indigo

📋 copy color: '#420BAF'

red 66 ◦ green 11 ◦ blue 175

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

Shades of Indigo #420BAF

Tints of Indigo #420BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 69.44%

R = 26.19%
G = 4.37%
B = 69.44%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#420BAF (or 0x420BAF) is known color: Indigo. HEX triplet: 42, 0B and AF. RGB value is (66,11,175). Sum of RGB (Red+Green+Blue) = 66+11+175=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 175 (68.75% from 255 or 69.44% from 252); Max value from RGB is 175 - color contains mainly: blue. Hex color #420BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420BAF is #BDF450. Grayscale: #2D2D2D. Windows color (decimal): -12448849 or 11471682. OLE color: 11471682.

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

Color convert

RGB 66 11 175 -
CMYK 0.62 0.94 0 0.31
HSL 260.12º 0.88% 0.36% -
HSV(B) 260.12º 0.94% 0.69% -
XYZ 10.1 4.49 40.89 -
YUV 46.14 200.72 142.16 -
System Red Green Blue C M Y K H S L
Decimal 66 11 175 0.62 0.94 0 0.31 260.12 0.88 0.36
Hex 42 B AF 3E 5E 0 1F 104 58 24
Octal 102 13 257 76 136 0 37 404 130 44
Binary 1000010 1011 10101111 111110 1011110 0 11111 100000100 1011000 100100

Color Harmonies of #420BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420BAF

Black with #420BAF

Text Example


Text Example

White with #420BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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