#200373

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

Shades of Persian Indigo #200373

Tints of Persian Indigo #200373

Color information

#200373 (or 0x200373) is unknown color: approx Persian Indigo. HEX triplet: 20, 03 and 73. RGB value is (32,3,115). Sum of RGB (Red+Green+Blue) = 32+3+115=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 115 (45.31% from 255 or 76.67% from 150); Max value from RGB is 115 - color contains mainly: blue. Hex color #200373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200373 is #DFFC8C. Grayscale: #181818. Windows color (decimal): -14679181 or 7537440. OLE color: 7537440.

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

Color convert

RGB323115-
CMYK0.720.9700.55
HSL255.54º94.92%23.14%-
HSV(B)255.54º97.39%45.1%-
XYZ3.721.6116.33-
YUV24.44179.11133.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.33%
GREEN value IS 3 (1.56% from 255) = 2%
BLUE value IS 115 (45.31% from 255) = 76.67%
R=21.33%
G=2%
B=76.67%

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
Decimal3231150.720.9700.55255.5494.9223.14
Hex2037348610371005f17
Octal40316311014106740013727
Binary100000111110011100100011000010110111100000000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200373; }

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

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

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

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

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

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

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

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