#21087C

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

Shades of Persian Indigo #21087C

Tints of Persian Indigo #21087C

Color information

#21087C (or 0x21087C) is unknown color: approx Persian Indigo. HEX triplet: 21, 08 and 7C. RGB value is (33,8,124). Sum of RGB (Red+Green+Blue) = 33+8+124=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 124 (48.83% from 255 or 75.15% from 165); Max value from RGB is 124 - color contains mainly: blue. Hex color #21087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21087C is #DEF783. Grayscale: #1C1C1C. Windows color (decimal): -14612356 or 8128545. OLE color: 8128545.

HSL color Cylindrical-coordinate representation of color #21087C: hue angle of 252.93º 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 #21087C is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB338124-
CMYK0.730.9400.51
HSL252.93º87.88%25.88%-
HSV(B)252.93º93.55%48.63%-
XYZ4.351.9519.22-
YUV28.7181.78131.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 124 (48.83% from 255) = 75.15%
R=20%
G=4.85%
B=75.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3381240.730.9400.51252.9387.8825.88
Hex2187C495E033fd581a
Octal411017411113606337513032
Binary1000011000111110010010011011110011001111111101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21087C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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