#200473

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

Shades of Persian Indigo #200473

Tints of Persian Indigo #200473

Color information

#200473 (or 0x200473) is unknown color: approx Persian Indigo. HEX triplet: 20, 04 and 73. RGB value is (32,4,115). Sum of RGB (Red+Green+Blue) = 32+4+115=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 115 (45.31% from 255 or 76.16% from 151); Max value from RGB is 115 - color contains mainly: blue. Hex color #200473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200473 is #DFFB8C. Grayscale: #181818. Windows color (decimal): -14678925 or 7537696. OLE color: 7537696.

HSL color Cylindrical-coordinate representation of color #200473: hue angle of 255.14º degrees, saturation: 0.93, 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 #200473 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB324115-
CMYK0.720.9700.55
HSL255.14º93.28%23.33%-
HSV(B)255.14º96.52%45.1%-
XYZ3.731.6316.34-
YUV25.03178.78132.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.19%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 115 (45.31% from 255) = 76.16%
R=21.19%
G=2.65%
B=76.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3241150.720.9700.55255.1493.2823.33
Hex204734861037ff5d17
Octal40416311014106737713527
Binary100000100111001110010001100001011011111111111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200473; }

 p { color: rgb(32,4,115); }

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

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

 a { background-color: rgb(32,4,115); }

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

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

 span { border-color: rgb(32,4,115); }

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