#210873

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

Shades of Persian Indigo #210873

Tints of Persian Indigo #210873

Color information

#210873 (or 0x210873) is unknown color: approx Persian Indigo. HEX triplet: 21, 08 and 73. RGB value is (33,8,115). Sum of RGB (Red+Green+Blue) = 33+8+115=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 115 (45.31% from 255 or 73.72% from 156); Max value from RGB is 115 - color contains mainly: blue. Hex color #210873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210873 is #DEF78C. Grayscale: #1B1B1B. Windows color (decimal): -14612365 or 7538721. OLE color: 7538721.

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

Color convert

RGB338115-
CMYK0.710.9300.55
HSL254.02º86.99%24.12%-
HSV(B)254.02º93.04%45.1%-
XYZ3.811.7316.35-
YUV27.67177.28131.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 115 (45.31% from 255) = 73.72%
R=21.15%
G=5.13%
B=73.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3381150.710.9300.55254.0286.9924.12
Hex21873475D037fe5718
Octal411016310713506737612730
Binary1000011000111001110001111011101011011111111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210873; }

 p { color: rgb(33,8,115); }

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

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

 a { background-color: rgb(33,8,115); }

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

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

 span { border-color: rgb(33,8,115); }

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