#420E7A

Color #420E7A Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #420E7A

Tints of Indigo #420E7A

Color information

#420E7A (or 0x420E7A) is unknown color: approx Indigo. HEX triplet: 42, 0E and 7A. RGB value is (66,14,122). Sum of RGB (Red+Green+Blue) = 66+14+122=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #420E7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420E7A is #BDF185. Grayscale: #292929. Windows color (decimal): -12448134 or 7999042. OLE color: 7999042.

HSL color Cylindrical-coordinate representation of color #420E7A: hue angle of 268.89º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420E7A is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6614122-
CMYK0.460.8900.52
HSL268.89º79.41%26.67%-
HSV(B)268.89º88.52%47.84%-
XYZ5.922.8818.66-
YUV41.86173.23145.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 14 (5.86% from 255) = 6.93%
BLUE value IS 122 (48.05% from 255) = 60.40%
R=32.67%
G=6.93%
B=60.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66141220.460.8900.52268.8979.4126.67
Hex42E7A2E5903410d4f1b
Octal102161725613106441511733
Binary10000101110111101010111010110010110100100001101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #420E7A;
 }
 .AnyTagClassName
 {
   color: #420E7A;
 }
</style>
background-color css

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

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

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

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

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

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