#420373

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

Shades of Indigo #420373

Tints of Indigo #420373

Color information

#420373 (or 0x420373) is unknown color: approx Indigo. HEX triplet: 42, 03 and 73. RGB value is (66,3,115). Sum of RGB (Red+Green+Blue) = 66+3+115=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #420373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420373 is #BDFC8C. Grayscale: #222222. Windows color (decimal): -12450957 or 7537474. OLE color: 7537474.

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

Color convert

RGB663115-
CMYK0.430.9700.55
HSL273.75º94.92%23.14%-
HSV(B)273.75º97.39%45.1%-
XYZ5.372.4616.41-
YUV34.6173.37150.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 115 (45.31% from 255) = 62.5%
R=35.87%
G=1.63%
B=62.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6631150.430.9700.55273.7594.9223.14
Hex423732B610371125f17
Octal10231635314106742213727
Binary100001011111001110101111000010110111100010010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420373; }

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

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

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

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

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

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

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

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