#200081

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

Shades of Persian Indigo #200081

Tints of Persian Indigo #200081

Color information

#200081 (or 0x200081) is unknown color: approx Persian Indigo. HEX triplet: 20, 00 and 81. RGB value is (32,0,129). Sum of RGB (Red+Green+Blue) = 32+0+129=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 129 (50.78% from 255 or 80.12% from 161); Max value from RGB is 129 - color contains mainly: blue. Hex color #200081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200081 is #DFFF7E. Grayscale: #171717. Windows color (decimal): -14679935 or 8454176. OLE color: 8454176.

HSL color Cylindrical-coordinate representation of color #200081: hue angle of 254.88º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200081 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB320129-
CMYK0.75100.49
HSL254.88º100%25.29%-
HSV(B)254.88º100%50.59%-
XYZ4.561.8920.89-
YUV24.27187.1133.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 80.12%
R=19.88%
G=0%
B=80.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3201290.75100.49254.8810025.29
Hex200814B64031ff6419
Octal40020111314406137714431
Binary10000001000000110010111100100011000111111111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200081; }

 p { color: rgb(32,0,129); }

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

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

 a { background-color: rgb(32,0,129); }

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

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

 span { border-color: rgb(32,0,129); }

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