Html Css Color HEX #420EAA Indigo

📋 copy color: '#420EAA'

red 66 ◦ green 14 ◦ blue 170

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

Shades of Indigo #420EAA

Tints of Indigo #420EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 68%

R = 26.4%
G = 5.6%
B = 68%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#420EAA (or 0x420EAA) is known color: Indigo. HEX triplet: 42, 0E and AA. RGB value is (66,14,170). Sum of RGB (Red+Green+Blue) = 66+14+170=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #420EAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420EAA is #BDF155. Grayscale: #2E2E2E. Windows color (decimal): -12448086 or 11144770. OLE color: 11144770.

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

Color convert

RGB 66 14 170 -
CMYK 0.61 0.92 0 0.33
HSL 260º 0.85% 0.36% -
HSV(B) 260º 0.92% 0.67% -
XYZ 9.66 4.37 38.37 -
YUV 47.33 197.23 141.32 -
System Red Green Blue C M Y K H S L
Decimal 66 14 170 0.61 0.92 0 0.33 260 0.85 0.36
Hex 42 E AA 3D 5C 0 21 104 55 24
Octal 102 16 252 75 134 0 41 404 125 44
Binary 1000010 1110 10101010 111101 1011100 0 100001 100000100 1010101 100100

Color Harmonies of #420EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420EAA

Black with #420EAA

Text Example


Text Example

White with #420EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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