#200763

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

Shades of Persian Indigo #200763

Tints of Persian Indigo #200763

Color information

#200763 (or 0x200763) is unknown color: approx Persian Indigo. HEX triplet: 20, 07 and 63. RGB value is (32,7,99). Sum of RGB (Red+Green+Blue) = 32+7+99=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 99 (39.06% from 255 or 71.74% from 138); Max value from RGB is 99 - color contains mainly: blue. Hex color #200763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200763 is #DFF89C. Grayscale: #181818. Windows color (decimal): -14678173 or 6489888. OLE color: 6489888.

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

Color convert

RGB32799-
CMYK0.680.9300.61
HSL256.3º86.79%20.78%-
HSV(B)256.3º92.93%38.82%-
XYZ2.921.3611.91-
YUV24.96169.78133.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.19%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 99 (39.06% from 255) = 71.74%
R=23.19%
G=5.07%
B=71.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal327990.680.9300.61256.386.7920.78
Hex20763445D03D1005715
Octal40714310413507540012725
Binary1000001111100011100010010111010111101100000000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200763; }

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

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

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

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

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

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

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

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