#20087C

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

Shades of Persian Indigo #20087C

Tints of Persian Indigo #20087C

Color information

#20087C (or 0x20087C) is unknown color: approx Persian Indigo. HEX triplet: 20, 08 and 7C. RGB value is (32,8,124). Sum of RGB (Red+Green+Blue) = 32+8+124=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 124 (48.83% from 255 or 75.61% from 164); Max value from RGB is 124 - color contains mainly: blue. Hex color #20087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20087C is #DFF783. Grayscale: #1B1B1B. Windows color (decimal): -14677892 or 8128544. OLE color: 8128544.

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

Color convert

RGB328124-
CMYK0.740.9400.51
HSL252.41º87.88%25.88%-
HSV(B)252.41º93.55%48.63%-
XYZ4.321.9419.21-
YUV28.4181.95130.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.51%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 124 (48.83% from 255) = 75.61%
R=19.51%
G=4.88%
B=75.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3281240.740.9400.51252.4187.8825.88
Hex2087C4A5E033fc581a
Octal401017411213606337413032
Binary1000001000111110010010101011110011001111111100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20087C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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