#20087F

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

Shades of Persian Indigo #20087F

Tints of Persian Indigo #20087F

Color information

#20087F (or 0x20087F) is unknown color: approx Persian Indigo. HEX triplet: 20, 08 and 7F. RGB value is (32,8,127). Sum of RGB (Red+Green+Blue) = 32+8+127=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 127 (50% from 255 or 76.05% from 167); Max value from RGB is 127 - color contains mainly: blue. Hex color #20087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20087F is #DFF780. Grayscale: #1C1C1C. Windows color (decimal): -14677889 or 8325152. OLE color: 8325152.

HSL color Cylindrical-coordinate representation of color #20087F: hue angle of 252.1º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20087F is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB328127-
CMYK0.750.9400.50
HSL252.1º88.15%26.47%-
HSV(B)252.1º93.7%49.8%-
XYZ4.512.0120.23-
YUV28.74183.45130.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.16%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 127 (50% from 255) = 76.05%
R=19.16%
G=4.79%
B=76.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3281270.750.9400.50252.188.1526.47
Hex2087F4B5E032fc581a
Octal401017711313606237413032
Binary1000001000111111110010111011110011001011111100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20087F; }

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

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

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

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

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

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

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

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