#210C78

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

Shades of Persian Indigo #210C78

Tints of Persian Indigo #210C78

Color information

#210C78 (or 0x210C78) is unknown color: approx Persian Indigo. HEX triplet: 21, 0C and 78. RGB value is (33,12,120). Sum of RGB (Red+Green+Blue) = 33+12+120=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #210C78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210C78 is #DEF387. Grayscale: #1E1E1E. Windows color (decimal): -14611336 or 7867425. OLE color: 7867425.

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

Color convert

RGB3312120-
CMYK0.720.9000.53
HSL251.67º81.82%25.88%-
HSV(B)251.67º90%47.06%-
XYZ4.151.9417.93-
YUV30.59178.46129.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 12 (5.08% from 255) = 7.27%
BLUE value IS 120 (47.27% from 255) = 72.73%
R=20%
G=7.27%
B=72.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33121200.720.9000.53251.6781.8225.88
Hex21C78485A035fc521a
Octal411417011013206537412232
Binary1000011100111100010010001011010011010111111100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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