#200073

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

Shades of Persian Indigo #200073

Tints of Persian Indigo #200073

Color information

#200073 (or 0x200073) is unknown color: approx Persian Indigo. HEX triplet: 20, 00 and 73. RGB value is (32,0,115). Sum of RGB (Red+Green+Blue) = 32+0+115=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #200073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200073 is #DFFF8C. Grayscale: #161616. Windows color (decimal): -14679949 or 7536672. OLE color: 7536672.

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

Color convert

RGB320115-
CMYK0.72100.55
HSL256.7º100%22.55%-
HSV(B)256.7º100%45.1%-
XYZ3.691.5416.32-
YUV22.68180.1134.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 78.23%
R=21.77%
G=0%
B=78.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3201150.72100.55256.710022.55
Hex2007348640371016417
Octal40016311014406740114427
Binary10000001110011100100011001000110111100000001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200073; }

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

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

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

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

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

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

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

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