#200663

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

Shades of Persian Indigo #200663

Tints of Persian Indigo #200663

Color information

#200663 (or 0x200663) is unknown color: approx Persian Indigo. HEX triplet: 20, 06 and 63. RGB value is (32,6,99). Sum of RGB (Red+Green+Blue) = 32+6+99=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 99 (39.06% from 255 or 72.26% from 137); Max value from RGB is 99 - color contains mainly: blue. Hex color #200663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200663 is #DFF99C. Grayscale: #181818. Windows color (decimal): -14678429 or 6489632. OLE color: 6489632.

HSL color Cylindrical-coordinate representation of color #200663: hue angle of 256.77º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200663 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB32699-
CMYK0.680.9400.61
HSL256.77º88.57%20.59%-
HSV(B)256.77º93.94%38.82%-
XYZ2.911.3411.91-
YUV24.38170.11133.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.36%
GREEN value IS 6 (2.73% from 255) = 4.38%
BLUE value IS 99 (39.06% from 255) = 72.26%
R=23.36%
G=4.38%
B=72.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal326990.680.9400.61256.7788.5720.59
Hex20663445E03D1015915
Octal40614310413607540113125
Binary1000001101100011100010010111100111101100000001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200663; }

 p { color: rgb(32,6,99); }

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

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

 a { background-color: rgb(32,6,99); }

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

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

 span { border-color: rgb(32,6,99); }

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