#420F7A

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

Shades of Indigo #420F7A

Tints of Indigo #420F7A

Color information

#420F7A (or 0x420F7A) is unknown color: approx Indigo. HEX triplet: 42, 0F and 7A. RGB value is (66,15,122). Sum of RGB (Red+Green+Blue) = 66+15+122=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #420F7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420F7A is #BDF085. Grayscale: #2A2A2A. Windows color (decimal): -12447878 or 7999298. OLE color: 7999298.

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

Color convert

RGB6615122-
CMYK0.460.8800.52
HSL268.6º78.1%26.86%-
HSV(B)268.6º87.7%47.84%-
XYZ5.932.9118.66-
YUV42.45172.9144.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 15 (6.25% from 255) = 7.39%
BLUE value IS 122 (48.05% from 255) = 60.10%
R=32.51%
G=7.39%
B=60.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66151220.460.8800.52268.678.126.86
Hex42F7A2E5803410d4e1b
Octal102171725613006441511633
Binary10000101111111101010111010110000110100100001101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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