#200575

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

Shades of Persian Indigo #200575

Tints of Persian Indigo #200575

Color information

#200575 (or 0x200575) is unknown color: approx Persian Indigo. HEX triplet: 20, 05 and 75. RGB value is (32,5,117). Sum of RGB (Red+Green+Blue) = 32+5+117=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 117 (46.09% from 255 or 75.97% from 154); Max value from RGB is 117 - color contains mainly: blue. Hex color #200575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200575 is #DFFA8A. Grayscale: #191919. Windows color (decimal): -14678667 or 7669024. OLE color: 7669024.

HSL color Cylindrical-coordinate representation of color #200575: hue angle of 254.46º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200575 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB325117-
CMYK0.730.9600.54
HSL254.46º91.8%23.92%-
HSV(B)254.46º95.73%45.88%-
XYZ3.861.716.95-
YUV25.84179.45132.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.78%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 117 (46.09% from 255) = 75.97%
R=20.78%
G=3.25%
B=75.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3251170.730.9600.54254.4691.823.92
Hex205754960036fe5c18
Octal40516511114006637613430
Binary100000101111010110010011100000011011011111110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200575; }

 p { color: rgb(32,5,117); }

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

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

 a { background-color: rgb(32,5,117); }

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

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

 span { border-color: rgb(32,5,117); }

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