#210C80

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

Shades of Persian Indigo #210C80

Tints of Persian Indigo #210C80

Color information

#210C80 (or 0x210C80) is unknown color: approx Persian Indigo. HEX triplet: 21, 0C and 80. RGB value is (33,12,128). Sum of RGB (Red+Green+Blue) = 33+12+128=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 128 (50.39% from 255 or 73.99% from 173); Max value from RGB is 128 - color contains mainly: blue. Hex color #210C80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210C80 is #DEF37F. Grayscale: #1F1F1F. Windows color (decimal): -14611328 or 8391713. OLE color: 8391713.

HSL color Cylindrical-coordinate representation of color #210C80: hue angle of 250.86º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210C80 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3312128-
CMYK0.740.9100.50
HSL250.86º82.86%27.45%-
HSV(B)250.86º90.62%50.2%-
XYZ4.652.1420.59-
YUV31.5182.46129.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 12 (5.08% from 255) = 6.94%
BLUE value IS 128 (50.39% from 255) = 73.99%
R=19.08%
G=6.94%
B=73.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33121280.740.9100.50250.8682.8627.45
Hex21C804A5B032fb531b
Octal411420011213306237312333
Binary10000111001000000010010101011011011001011111011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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