Html Css Color HEX #420EAC Indigo

📋 copy color: '#420EAC'

red 66 ◦ green 14 ◦ blue 172

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

Shades of Indigo #420EAC

Tints of Indigo #420EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.56%

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

R = 26.19%
G = 5.56%
B = 68.25%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#420EAC (or 0x420EAC) is known color: Indigo. HEX triplet: 42, 0E and AC. RGB value is (66,14,172). Sum of RGB (Red+Green+Blue) = 66+14+172=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #420EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420EAC is #BDF153. Grayscale: #2E2E2E. Windows color (decimal): -12448084 or 11275842. OLE color: 11275842.

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

Color convert

RGB 66 14 172 -
CMYK 0.62 0.92 0 0.33
HSL 259.75º 0.85% 0.36% -
HSV(B) 259.75º 0.92% 0.67% -
XYZ 9.85 4.45 39.37 -
YUV 47.56 198.23 141.15 -
System Red Green Blue C M Y K H S L
Decimal 66 14 172 0.62 0.92 0 0.33 259.75 0.85 0.36
Hex 42 E AC 3E 5C 0 21 104 55 24
Octal 102 16 254 76 134 0 41 404 125 44
Binary 1000010 1110 10101100 111110 1011100 0 100001 100000100 1010101 100100

Color Harmonies of #420EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420EAC

Black with #420EAC

Text Example


Text Example

White with #420EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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