Html Css Color HEX #420E83 Indigo

📋 copy color: '#420E83'

red 66 ◦ green 14 ◦ blue 131

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

Shades of Indigo #420E83

Tints of Indigo #420E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 62.09%

R = 31.28%
G = 6.64%
B = 62.09%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#420E83 (or 0x420E83) is known color: Indigo. HEX triplet: 42, 0E and 83. RGB value is (66,14,131). Sum of RGB (Red+Green+Blue) = 66+14+131=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 131 (51.56% from 255 or 62.09% from 211); Max value from RGB is 131 - color contains mainly: blue. Hex color #420E83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420E83 is #BDF17C. Grayscale: #2A2A2A. Windows color (decimal): -12448125 or 8588866. OLE color: 8588866.

HSL color Cylindrical-coordinate representation of color #420E83: hue angle of 266.67º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420E83 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 14 131 -
CMYK 0.50 0.89 0 0.49
HSL 266.67º 0.81% 0.28% -
HSV(B) 266.67º 0.89% 0.51% -
XYZ 6.5 3.11 21.73 -
YUV 42.89 177.73 144.49 -
System Red Green Blue C M Y K H S L
Decimal 66 14 131 0.50 0.89 0 0.49 266.67 0.81 0.28
Hex 42 E 83 32 59 0 31 10B 51 1C
Octal 102 16 203 62 131 0 61 413 121 34
Binary 1000010 1110 10000011 110010 1011001 0 110001 100001011 1010001 11100

Color Harmonies of #420E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E83

Black with #420E83

Text Example


Text Example

White with #420E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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