Html Css Color HEX #420E90 Indigo

📋 copy color: '#420E90'

red 66 ◦ green 14 ◦ blue 144

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

Shades of Indigo #420E90

Tints of Indigo #420E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 64.29%

R = 29.46%
G = 6.25%
B = 64.29%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#420E90 (or 0x420E90) is known color: Indigo. HEX triplet: 42, 0E and 90. RGB value is (66,14,144). Sum of RGB (Red+Green+Blue) = 66+14+144=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #420E90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420E90 is #BDF16F. Grayscale: #2B2B2B. Windows color (decimal): -12448112 or 9440834. OLE color: 9440834.

HSL color Cylindrical-coordinate representation of color #420E90: hue angle of 264º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #420E90 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 14 144 -
CMYK 0.54 0.90 0 0.44
HSL 264º 0.82% 0.31% -
HSV(B) 264º 0.9% 0.56% -
XYZ 7.44 3.49 26.67 -
YUV 44.37 184.23 143.43 -
System Red Green Blue C M Y K H S L
Decimal 66 14 144 0.54 0.90 0 0.44 264 0.82 0.31
Hex 42 E 90 36 5A 0 2C 108 52 1F
Octal 102 16 220 66 132 0 54 410 122 37
Binary 1000010 1110 10010000 110110 1011010 0 101100 100001000 1010010 11111

Color Harmonies of #420E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E90

Black with #420E90

Text Example


Text Example

White with #420E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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