#210576

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

Shades of Persian Indigo #210576

Tints of Persian Indigo #210576

Color information

#210576 (or 0x210576) is unknown color: approx Persian Indigo. HEX triplet: 21, 05 and 76. RGB value is (33,5,118). Sum of RGB (Red+Green+Blue) = 33+5+118=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 118 (46.48% from 255 or 75.64% from 156); Max value from RGB is 118 - color contains mainly: blue. Hex color #210576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210576 is #DEFA89. Grayscale: #191919. Windows color (decimal): -14613130 or 7734561. OLE color: 7734561.

HSL color Cylindrical-coordinate representation of color #210576: hue angle of 254.87º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210576 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB335118-
CMYK0.720.9600.54
HSL254.87º91.87%24.12%-
HSV(B)254.87º95.76%46.27%-
XYZ3.951.7417.27-
YUV26.25179.78132.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 118 (46.48% from 255) = 75.64%
R=21.15%
G=3.21%
B=75.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3351180.720.9600.54254.8791.8724.12
Hex215764860036ff5c18
Octal41516611014006637713430
Binary100001101111011010010001100000011011011111111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210576; }

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

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

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

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

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

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

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

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