#200862

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

Shades of Persian Indigo #200862

Tints of Persian Indigo #200862

Color information

#200862 (or 0x200862) is unknown color: approx Persian Indigo. HEX triplet: 20, 08 and 62. RGB value is (32,8,98). Sum of RGB (Red+Green+Blue) = 32+8+98=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 98 (38.67% from 255 or 71.01% from 138); Max value from RGB is 98 - color contains mainly: blue. Hex color #200862 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200862 is #DFF79D. Grayscale: #191919. Windows color (decimal): -14677918 or 6424608. OLE color: 6424608.

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

Color convert

RGB32898-
CMYK0.670.9200.62
HSL256º84.91%20.78%-
HSV(B)256º91.84%38.43%-
XYZ2.891.3611.67-
YUV25.44168.95132.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.19%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 98 (38.67% from 255) = 71.01%
R=23.19%
G=5.80%
B=71.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal328980.670.9200.6225684.9120.78
Hex20862435C03E1005515
Octal401014210313407640012525
Binary10000010001100010100001110111000111110100000000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200862; }

 p { color: rgb(32,8,98); }

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

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

 a { background-color: rgb(32,8,98); }

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

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

 span { border-color: rgb(32,8,98); }

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