#210C71

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

Shades of Persian Indigo #210C71

Tints of Persian Indigo #210C71

Color information

#210C71 (or 0x210C71) is unknown color: approx Persian Indigo. HEX triplet: 21, 0C and 71. RGB value is (33,12,113). Sum of RGB (Red+Green+Blue) = 33+12+113=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #210C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210C71 is #DEF38E. Grayscale: #1D1D1D. Windows color (decimal): -14611343 or 7408673. OLE color: 7408673.

HSL color Cylindrical-coordinate representation of color #210C71: hue angle of 252.48º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #210C71 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3312113-
CMYK0.710.8900.56
HSL252.48º80.8%24.51%-
HSV(B)252.48º89.38%44.31%-
XYZ3.741.7815.77-
YUV29.79174.96130.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 12 (5.08% from 255) = 7.59%
BLUE value IS 113 (44.53% from 255) = 71.52%
R=20.89%
G=7.59%
B=71.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33121130.710.8900.56252.4880.824.51
Hex21C714759038fc5119
Octal411416110713107037412131
Binary1000011100111000110001111011001011100011111100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210C71; }

 p { color: rgb(33,12,113); }

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

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

 a { background-color: rgb(33,12,113); }

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

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

 span { border-color: rgb(33,12,113); }

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