#200566

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

Shades of Persian Indigo #200566

Tints of Persian Indigo #200566

Color information

#200566 (or 0x200566) is unknown color: approx Persian Indigo. HEX triplet: 20, 05 and 66. RGB value is (32,5,102). Sum of RGB (Red+Green+Blue) = 32+5+102=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 102 (40.23% from 255 or 73.38% from 139); Max value from RGB is 102 - color contains mainly: blue. Hex color #200566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200566 is #DFFA99. Grayscale: #171717. Windows color (decimal): -14678682 or 6685984. OLE color: 6685984.

HSL color Cylindrical-coordinate representation of color #200566: hue angle of 256.7º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200566 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB325102-
CMYK0.690.9500.6
HSL256.7º90.65%20.98%-
HSV(B)256.7º95.1%40%-
XYZ3.051.3712.68-
YUV24.13171.95133.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.02%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 102 (40.23% from 255) = 73.38%
R=23.02%
G=3.60%
B=73.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3251020.690.9500.6256.790.6520.98
Hex20566455F03C1015b15
Octal40514610513707440113325
Binary1000001011100110100010110111110111100100000001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200566; }

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

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

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

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

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

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

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

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