#220173

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

Shades of Persian Indigo #220173

Tints of Persian Indigo #220173

Color information

#220173 (or 0x220173) is unknown color: approx Persian Indigo. HEX triplet: 22, 01 and 73. RGB value is (34,1,115). Sum of RGB (Red+Green+Blue) = 34+1+115=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 115 (45.31% from 255 or 76.67% from 150); Max value from RGB is 115 - color contains mainly: blue. Hex color #220173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220173 is #DDFE8C. Grayscale: #171717. Windows color (decimal): -14548621 or 7536930. OLE color: 7536930.

HSL color Cylindrical-coordinate representation of color #220173: hue angle of 257.37º 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 #220173 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB341115-
CMYK0.700.9900.55
HSL257.37º98.28%22.75%-
HSV(B)257.37º99.13%45.1%-
XYZ3.771.616.33-
YUV23.86179.43135.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.67%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 115 (45.31% from 255) = 76.67%
R=22.67%
G=0.67%
B=76.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3411150.700.9900.55257.3798.2822.75
Hex2217346630371016217
Octal42116310614306740114227
Binary10001011110011100011011000110110111100000001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220173; }

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

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

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

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

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

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

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

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