#420272

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

Shades of Indigo #420272

Tints of Indigo #420272

Color information

#420272 (or 0x420272) is unknown color: approx Indigo. HEX triplet: 42, 02 and 72. RGB value is (66,2,114). Sum of RGB (Red+Green+Blue) = 66+2+114=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 114 (44.92% from 255 or 62.64% from 182); Max value from RGB is 114 - color contains mainly: blue. Hex color #420272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420272 is #BDFD8D. Grayscale: #212121. Windows color (decimal): -12451214 or 7471682. OLE color: 7471682.

HSL color Cylindrical-coordinate representation of color #420272: hue angle of 274.29º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420272 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB662114-
CMYK0.420.9800.55
HSL274.29º96.55%22.75%-
HSV(B)274.29º98.25%44.71%-
XYZ5.312.4216.11-
YUV33.9173.2150.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 114 (44.92% from 255) = 62.64%
R=36.26%
G=1.10%
B=62.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6621140.420.9800.55274.2996.5522.75
Hex422722A620371126117
Octal10221625214206742214127
Binary100001010111001010101011000100110111100010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420272; }

 p { color: rgb(66,2,114); }

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

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

 a { background-color: rgb(66,2,114); }

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

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

 span { border-color: rgb(66,2,114); }

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