#210578

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

Shades of Persian Indigo #210578

Tints of Persian Indigo #210578

Color information

#210578 (or 0x210578) is unknown color: approx Persian Indigo. HEX triplet: 21, 05 and 78. RGB value is (33,5,120). Sum of RGB (Red+Green+Blue) = 33+5+120=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 120 (47.27% from 255 or 75.95% from 158); Max value from RGB is 120 - color contains mainly: blue. Hex color #210578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210578 is #DEFA87. Grayscale: #1A1A1A. Windows color (decimal): -14613128 or 7865633. OLE color: 7865633.

HSL color Cylindrical-coordinate representation of color #210578: hue angle of 254.61º 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 #210578 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB335120-
CMYK0.720.9600.53
HSL254.61º92%24.51%-
HSV(B)254.61º95.83%47.06%-
XYZ4.071.7917.9-
YUV26.48180.78132.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 120 (47.27% from 255) = 75.95%
R=20.89%
G=3.16%
B=75.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3351200.720.9600.53254.619224.51
Hex215784860035ff5c19
Octal41517011014006537713431
Binary100001101111100010010001100000011010111111111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210578; }

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

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

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

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

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

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

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

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