#210579

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

Shades of Persian Indigo #210579

Tints of Persian Indigo #210579

Color information

#210579 (or 0x210579) is unknown color: approx Persian Indigo. HEX triplet: 21, 05 and 79. RGB value is (33,5,121). Sum of RGB (Red+Green+Blue) = 33+5+121=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 121 (47.66% from 255 or 76.10% from 159); Max value from RGB is 121 - color contains mainly: blue. Hex color #210579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210579 is #DEFA86. Grayscale: #1A1A1A. Windows color (decimal): -14613127 or 7931169. OLE color: 7931169.

HSL color Cylindrical-coordinate representation of color #210579: hue angle of 254.48º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210579 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB335121-
CMYK0.730.9600.53
HSL254.48º92.06%24.71%-
HSV(B)254.48º95.87%47.45%-
XYZ4.131.8118.22-
YUV26.6181.28132.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.75%
GREEN value IS 5 (2.34% from 255) = 3.14%
BLUE value IS 121 (47.66% from 255) = 76.10%
R=20.75%
G=3.14%
B=76.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3351210.730.9600.53254.4892.0624.71
Hex215794960035fe5c19
Octal41517111114006537613431
Binary100001101111100110010011100000011010111111110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210579; }

 p { color: rgb(33,5,121); }

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

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

 a { background-color: rgb(33,5,121); }

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

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

 span { border-color: rgb(33,5,121); }

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