#210561

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

Shades of Persian Indigo #210561

Tints of Persian Indigo #210561

Color information

#210561 (or 0x210561) is unknown color: approx Persian Indigo. HEX triplet: 21, 05 and 61. RGB value is (33,5,97). Sum of RGB (Red+Green+Blue) = 33+5+97=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 97 (38.28% from 255 or 71.85% from 135); Max value from RGB is 97 - color contains mainly: blue. Hex color #210561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210561 is #DEFA9E. Grayscale: #171717. Windows color (decimal): -14613151 or 6358305. OLE color: 6358305.

HSL color Cylindrical-coordinate representation of color #210561: hue angle of 258.26º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210561 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB33597-
CMYK0.660.9500.62
HSL258.26º90.2%20%-
HSV(B)258.26º94.85%38.04%-
XYZ2.841.2911.41-
YUV23.86169.28134.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.44%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 97 (38.28% from 255) = 71.85%
R=24.44%
G=3.70%
B=71.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal335970.660.9500.62258.2690.220
Hex21561425F03E1025a14
Octal41514110213707640213224
Binary1000011011100001100001010111110111110100000010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210561; }

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

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

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

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

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

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

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

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