#210772

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

Shades of Persian Indigo #210772

Tints of Persian Indigo #210772

Color information

#210772 (or 0x210772) is unknown color: approx Persian Indigo. HEX triplet: 21, 07 and 72. RGB value is (33,7,114). Sum of RGB (Red+Green+Blue) = 33+7+114=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #210772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210772 is #DEF88D. Grayscale: #1A1A1A. Windows color (decimal): -14612622 or 7472929. OLE color: 7472929.

HSL color Cylindrical-coordinate representation of color #210772: hue angle of 254.58º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210772 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB337114-
CMYK0.710.9400.55
HSL254.58º88.43%23.73%-
HSV(B)254.58º93.86%44.71%-
XYZ3.741.6916.05-
YUV26.97177.11132.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.43%
GREEN value IS 7 (3.12% from 255) = 4.55%
BLUE value IS 114 (44.92% from 255) = 74.03%
R=21.43%
G=4.55%
B=74.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3371140.710.9400.55254.5888.4323.73
Hex21772475E037ff5818
Octal41716210713606737713030
Binary100001111111001010001111011110011011111111111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210772; }

 p { color: rgb(33,7,114); }

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

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

 a { background-color: rgb(33,7,114); }

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

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

 span { border-color: rgb(33,7,114); }

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