#220076

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

Shades of Persian Indigo #220076

Tints of Persian Indigo #220076

Color information

#220076 (or 0x220076) is unknown color: approx Persian Indigo. HEX triplet: 22, 00 and 76. RGB value is (34,0,118). Sum of RGB (Red+Green+Blue) = 34+0+118=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 118 (46.48% from 255 or 77.63% from 152); Max value from RGB is 118 - color contains mainly: blue. Hex color #220076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220076 is #DDFF89. Grayscale: #171717. Windows color (decimal): -14548874 or 7733282. OLE color: 7733282.

HSL color Cylindrical-coordinate representation of color #220076: hue angle of 257.29º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220076 is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB340118-
CMYK0.71100.54
HSL257.29º100%23.14%-
HSV(B)257.29º100%46.27%-
XYZ3.931.6517.25-
YUV23.62181.26135.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 77.63%
R=22.37%
G=0%
B=77.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3401180.71100.54257.2910023.14
Hex2207647640361016417
Octal42016610714406640114427
Binary10001001110110100011111001000110110100000001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220076; }

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

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

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

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

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

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

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

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