#210580

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

Shades of Persian Indigo #210580

Tints of Persian Indigo #210580

Color information

#210580 (or 0x210580) is unknown color: approx Persian Indigo. HEX triplet: 21, 05 and 80. RGB value is (33,5,128). Sum of RGB (Red+Green+Blue) = 33+5+128=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 128 (50.39% from 255 or 77.11% from 166); Max value from RGB is 128 - color contains mainly: blue. Hex color #210580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210580 is #DEFA7F. Grayscale: #1A1A1A. Windows color (decimal): -14613120 or 8389921. OLE color: 8389921.

HSL color Cylindrical-coordinate representation of color #210580: hue angle of 253.66º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210580 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB335128-
CMYK0.740.9600.50
HSL253.66º92.48%26.08%-
HSV(B)253.66º96.09%50.2%-
XYZ4.581.9920.56-
YUV27.39184.78132-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.88%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 128 (50.39% from 255) = 77.11%
R=19.88%
G=3.01%
B=77.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3351280.740.9600.50253.6692.4826.08
Hex215804A60032fe5c1a
Octal41520011214006237613432
Binary1000011011000000010010101100000011001011111110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210580; }

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

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

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

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

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

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

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

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