#200778

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

Shades of Persian Indigo #200778

Tints of Persian Indigo #200778

Color information

#200778 (or 0x200778) is unknown color: approx Persian Indigo. HEX triplet: 20, 07 and 78. RGB value is (32,7,120). Sum of RGB (Red+Green+Blue) = 32+7+120=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 120 (47.27% from 255 or 75.47% from 159); Max value from RGB is 120 - color contains mainly: blue. Hex color #200778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200778 is #DFF887. Grayscale: #1A1A1A. Windows color (decimal): -14678152 or 7866144. OLE color: 7866144.

HSL color Cylindrical-coordinate representation of color #200778: hue angle of 253.27º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200778 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB327120-
CMYK0.730.9400.53
HSL253.27º88.98%24.9%-
HSV(B)253.27º94.17%47.06%-
XYZ4.061.8217.91-
YUV27.36180.28131.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.13%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 120 (47.27% from 255) = 75.47%
R=20.13%
G=4.40%
B=75.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3271200.730.9400.53253.2788.9824.9
Hex20778495E035fd5919
Octal40717011113606537513131
Binary100000111111100010010011011110011010111111101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200778; }

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

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

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

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

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

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

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

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