Html Css Color HEX #420E89 Indigo

📋 copy color: '#420E89'

red 66 ◦ green 14 ◦ blue 137

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

Shades of Indigo #420E89

Tints of Indigo #420E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 63.13%

R = 30.41%
G = 6.45%
B = 63.13%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#420E89 (or 0x420E89) is known color: Indigo. HEX triplet: 42, 0E and 89. RGB value is (66,14,137). Sum of RGB (Red+Green+Blue) = 66+14+137=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 137 (53.91% from 255 or 63.13% from 217); Max value from RGB is 137 - color contains mainly: blue. Hex color #420E89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420E89 is #BDF176. Grayscale: #2B2B2B. Windows color (decimal): -12448119 or 8982082. OLE color: 8982082.

HSL color Cylindrical-coordinate representation of color #420E89: hue angle of 265.37º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #420E89 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 14 137 -
CMYK 0.52 0.90 0 0.46
HSL 265.37º 0.81% 0.3% -
HSV(B) 265.37º 0.9% 0.54% -
XYZ 6.92 3.28 23.94 -
YUV 43.57 180.73 144 -
System Red Green Blue C M Y K H S L
Decimal 66 14 137 0.52 0.90 0 0.46 265.37 0.81 0.3
Hex 42 E 89 34 5A 0 2E 109 51 1E
Octal 102 16 211 64 132 0 56 411 121 36
Binary 1000010 1110 10001001 110100 1011010 0 101110 100001001 1010001 11110

Color Harmonies of #420E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E89

Black with #420E89

Text Example


Text Example

White with #420E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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