#420173

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

Shades of Indigo #420173

Tints of Indigo #420173

Color information

#420173 (or 0x420173) is unknown color: approx Indigo. HEX triplet: 42, 01 and 73. RGB value is (66,1,115). Sum of RGB (Red+Green+Blue) = 66+1+115=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #420173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420173 is #BDFE8C. Grayscale: #212121. Windows color (decimal): -12451469 or 7536962. OLE color: 7536962.

HSL color Cylindrical-coordinate representation of color #420173: hue angle of 274.21º 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 #420173 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB661115-
CMYK0.430.9900.55
HSL274.21º98.28%22.75%-
HSV(B)274.21º99.13%45.1%-
XYZ5.352.4216.4-
YUV33.43174.03151.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 115 (45.31% from 255) = 63.19%
R=36.26%
G=0.55%
B=63.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6611150.430.9900.55274.2198.2822.75
Hex421732B630371126217
Octal10211635314306742214227
Binary10000101111001110101111000110110111100010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420173; }

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

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

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

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

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

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

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

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