#210F80

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

Shades of Persian Indigo #210F80

Tints of Persian Indigo #210F80

Color information

#210F80 (or 0x210F80) is unknown color: approx Persian Indigo. HEX triplet: 21, 0F and 80. RGB value is (33,15,128). Sum of RGB (Red+Green+Blue) = 33+15+128=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 128 (50.39% from 255 or 72.73% from 176); Max value from RGB is 128 - color contains mainly: blue. Hex color #210F80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210F80 is #DEF07F. Grayscale: #202020. Windows color (decimal): -14610560 or 8392481. OLE color: 8392481.

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

Color convert

RGB3315128-
CMYK0.740.8800.50
HSL249.56º79.02%28.04%-
HSV(B)249.56º88.28%50.2%-
XYZ4.692.2220.6-
YUV33.26181.46127.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 15 (6.25% from 255) = 8.52%
BLUE value IS 128 (50.39% from 255) = 72.73%
R=18.75%
G=8.52%
B=72.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33151280.740.8800.50249.5679.0228.04
Hex21F804A58032fa4f1c
Octal411720011213006237211734
Binary10000111111000000010010101011000011001011111010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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