#200766

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

Shades of Persian Indigo #200766

Tints of Persian Indigo #200766

Color information

#200766 (or 0x200766) is unknown color: approx Persian Indigo. HEX triplet: 20, 07 and 66. RGB value is (32,7,102). Sum of RGB (Red+Green+Blue) = 32+7+102=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #200766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200766 is #DFF899. Grayscale: #181818. Windows color (decimal): -14678170 or 6686496. OLE color: 6686496.

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

Color convert

RGB327102-
CMYK0.690.9300.6
HSL255.79º87.16%21.37%-
HSV(B)255.79º93.14%40%-
XYZ3.071.4212.68-
YUV25.3171.28132.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.70%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 102 (40.23% from 255) = 72.34%
R=22.70%
G=4.96%
B=72.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3271020.690.9300.6255.7987.1621.37
Hex20766455D03C1005715
Octal40714610513507440012725
Binary1000001111100110100010110111010111100100000000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200766; }

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

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

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

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

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

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

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

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