#210173

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

Shades of Persian Indigo #210173

Tints of Persian Indigo #210173

Color information

#210173 (or 0x210173) is unknown color: approx Persian Indigo. HEX triplet: 21, 01 and 73. RGB value is (33,1,115). Sum of RGB (Red+Green+Blue) = 33+1+115=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 115 (45.31% from 255 or 77.18% from 149); Max value from RGB is 115 - color contains mainly: blue. Hex color #210173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210173 is #DEFE8C. Grayscale: #171717. Windows color (decimal): -14614157 or 7536929. OLE color: 7536929.

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

Color convert

RGB331115-
CMYK0.710.9900.55
HSL256.84º98.28%22.75%-
HSV(B)256.84º99.13%45.1%-
XYZ3.731.5816.33-
YUV23.56179.6134.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.15%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 115 (45.31% from 255) = 77.18%
R=22.15%
G=0.67%
B=77.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3311150.710.9900.55256.8498.2822.75
Hex2117347630371016217
Octal41116310714306740114227
Binary10000111110011100011111000110110111100000001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210173; }

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

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

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

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

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

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

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

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