#220172

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

Shades of Persian Indigo #220172

Tints of Persian Indigo #220172

Color information

#220172 (or 0x220172) is unknown color: approx Persian Indigo. HEX triplet: 22, 01 and 72. RGB value is (34,1,114). Sum of RGB (Red+Green+Blue) = 34+1+114=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 114 (44.92% from 255 or 76.51% from 149); Max value from RGB is 114 - color contains mainly: blue. Hex color #220172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220172 is #DDFE8D. Grayscale: #171717. Windows color (decimal): -14548622 or 7471394. OLE color: 7471394.

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

Color convert

RGB341114-
CMYK0.700.9900.55
HSL257.52º98.26%22.55%-
HSV(B)257.52º99.12%44.71%-
XYZ3.711.5816.03-
YUV23.75178.93135.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 114 (44.92% from 255) = 76.51%
R=22.82%
G=0.67%
B=76.51%

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
Decimal3411140.700.9900.55257.5298.2622.55
Hex2217246630371026217
Octal42116210614306740214227
Binary10001011110010100011011000110110111100000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220172; }

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

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

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

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

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

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

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

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