#200377

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

Shades of Persian Indigo #200377

Tints of Persian Indigo #200377

Color information

#200377 (or 0x200377) is unknown color: approx Persian Indigo. HEX triplet: 20, 03 and 77. RGB value is (32,3,119). Sum of RGB (Red+Green+Blue) = 32+3+119=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 119 (46.88% from 255 or 77.27% from 154); Max value from RGB is 119 - color contains mainly: blue. Hex color #200377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200377 is #DFFC88. Grayscale: #181818. Windows color (decimal): -14679177 or 7799584. OLE color: 7799584.

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

Color convert

RGB323119-
CMYK0.730.9700.53
HSL255º95.08%23.92%-
HSV(B)255º97.48%46.67%-
XYZ3.961.717.57-
YUV24.9181.11133.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.78%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 119 (46.88% from 255) = 77.27%
R=20.78%
G=1.95%
B=77.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3231190.730.9700.5325595.0823.92
Hex203774961035ff5f18
Octal40316711114106537713730
Binary10000011111011110010011100001011010111111111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200377; }

 p { color: rgb(32,3,119); }

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

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

 a { background-color: rgb(32,3,119); }

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

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

 span { border-color: rgb(32,3,119); }

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