#420172

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

Shades of Indigo #420172

Tints of Indigo #420172

Color information

#420172 (or 0x420172) is unknown color: approx Indigo. HEX triplet: 42, 01 and 72. RGB value is (66,1,114). Sum of RGB (Red+Green+Blue) = 66+1+114=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #420172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420172 is #BDFE8D. Grayscale: #202020. Windows color (decimal): -12451470 or 7471426. OLE color: 7471426.

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

Color convert

RGB661114-
CMYK0.420.9900.55
HSL274.51º98.26%22.55%-
HSV(B)274.51º99.12%44.71%-
XYZ5.292.3916.1-
YUV33.32173.53151.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 114 (44.92% from 255) = 62.98%
R=36.46%
G=0.55%
B=62.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6611140.420.9900.55274.5198.2622.55
Hex421722A630371136217
Octal10211625214306742314227
Binary10000101111001010101011000110110111100010011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420172; }

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

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

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

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

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

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

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

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