#200160

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

Shades of Persian Indigo #200160

Tints of Persian Indigo #200160

Color information

#200160 (or 0x200160) is unknown color: approx Persian Indigo. HEX triplet: 20, 01 and 60. RGB value is (32,1,96). Sum of RGB (Red+Green+Blue) = 32+1+96=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 96 (37.89% from 255 or 74.42% from 129); Max value from RGB is 96 - color contains mainly: blue. Hex color #200160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200160 is #DFFE9F. Grayscale: #141414. Windows color (decimal): -14679712 or 6291744. OLE color: 6291744.

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

Color convert

RGB32196-
CMYK0.670.9900.62
HSL259.58º97.94%19.02%-
HSV(B)259.58º98.96%37.65%-
XYZ2.721.1711.15-
YUV21.1170.27135.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.81%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 96 (37.89% from 255) = 74.42%
R=24.81%
G=0.78%
B=74.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal321960.670.9900.62259.5897.9419.02
Hex20160436303E1046213
Octal40114010314307640414223
Binary10000011100000100001111000110111110100000100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200160; }

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

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

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

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

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

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

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

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