#200760

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

Shades of Persian Indigo #200760

Tints of Persian Indigo #200760

Color information

#200760 (or 0x200760) is unknown color: approx Persian Indigo. HEX triplet: 20, 07 and 60. RGB value is (32,7,96). Sum of RGB (Red+Green+Blue) = 32+7+96=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 96 (37.89% from 255 or 71.11% from 135); Max value from RGB is 96 - color contains mainly: blue. Hex color #200760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200760 is #DFF89F. Grayscale: #181818. Windows color (decimal): -14678176 or 6293280. OLE color: 6293280.

HSL color Cylindrical-coordinate representation of color #200760: hue angle of 256.85º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200760 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB32796-
CMYK0.670.9300.62
HSL256.85º86.41%20.2%-
HSV(B)256.85º92.71%37.65%-
XYZ2.781.311.17-
YUV24.62168.28133.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.70%
GREEN value IS 7 (3.12% from 255) = 5.19%
BLUE value IS 96 (37.89% from 255) = 71.11%
R=23.70%
G=5.19%
B=71.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal327960.670.9300.62256.8586.4120.2
Hex20760435D03E1015614
Octal40714010313507640112624
Binary1000001111100000100001110111010111110100000001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200760; }

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

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

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

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

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

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

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

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