#220170

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

Shades of Persian Indigo #220170

Tints of Persian Indigo #220170

Color information

#220170 (or 0x220170) is unknown color: approx Persian Indigo. HEX triplet: 22, 01 and 70. RGB value is (34,1,112). Sum of RGB (Red+Green+Blue) = 34+1+112=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #220170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220170 is #DDFE8F. Grayscale: #171717. Windows color (decimal): -14548624 or 7340322. OLE color: 7340322.

HSL color Cylindrical-coordinate representation of color #220170: hue angle of 257.84º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #220170 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB341112-
CMYK0.700.9900.56
HSL257.84º98.23%22.16%-
HSV(B)257.84º99.11%43.92%-
XYZ3.61.5315.44-
YUV23.52177.93135.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.13%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 112 (44.14% from 255) = 76.19%
R=23.13%
G=0.68%
B=76.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3411120.700.9900.56257.8498.2322.16
Hex2217046630381026216
Octal42116010614307040214226
Binary10001011110000100011011000110111000100000010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220170; }

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

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

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

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

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

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

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

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