#210C79

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

Shades of Persian Indigo #210C79

Tints of Persian Indigo #210C79

Color information

#210C79 (or 0x210C79) is unknown color: approx Persian Indigo. HEX triplet: 21, 0C and 79. RGB value is (33,12,121). Sum of RGB (Red+Green+Blue) = 33+12+121=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 121 (47.66% from 255 or 72.89% from 166); Max value from RGB is 121 - color contains mainly: blue. Hex color #210C79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210C79 is #DEF386. Grayscale: #1E1E1E. Windows color (decimal): -14611335 or 7932961. OLE color: 7932961.

HSL color Cylindrical-coordinate representation of color #210C79: hue angle of 251.56º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #210C79 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3312121-
CMYK0.730.9000.53
HSL251.56º81.95%26.08%-
HSV(B)251.56º90.08%47.45%-
XYZ4.211.9718.25-
YUV30.7178.96129.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.88%
GREEN value IS 12 (5.08% from 255) = 7.23%
BLUE value IS 121 (47.66% from 255) = 72.89%
R=19.88%
G=7.23%
B=72.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33121210.730.9000.53251.5681.9526.08
Hex21C79495A035fc521a
Octal411417111113206537412232
Binary1000011100111100110010011011010011010111111100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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