#220071

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

Shades of Persian Indigo #220071

Tints of Persian Indigo #220071

Color information

#220071 (or 0x220071) is unknown color: approx Persian Indigo. HEX triplet: 22, 00 and 71. RGB value is (34,0,113). Sum of RGB (Red+Green+Blue) = 34+0+113=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 113 (44.53% from 255 or 76.87% from 147); Max value from RGB is 113 - color contains mainly: blue. Hex color #220071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220071 is #DDFF8E. Grayscale: #161616. Windows color (decimal): -14548879 or 7405602. OLE color: 7405602.

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

Color convert

RGB340113-
CMYK0.70100.56
HSL258.05º100%22.16%-
HSV(B)258.05º100%44.31%-
XYZ3.641.5315.73-
YUV23.05178.76135.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 76.87%
R=23.13%
G=0%
B=76.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3401130.70100.56258.0510022.16
Hex2207146640381026416
Octal42016110614407040214426
Binary10001001110001100011011001000111000100000010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220071; }

 p { color: rgb(34,0,113); }

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

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

 a { background-color: rgb(34,0,113); }

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

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

 span { border-color: rgb(34,0,113); }

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