#22056d

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

Shades of Persian Indigo #22056D

Tints of Persian Indigo #22056D

Color information

#22056D (or 0x22056D) is unknown color: approx Persian Indigo. HEX triplet: 22, 05 and 6D. RGB value is (34,5,109). Sum of RGB (Red+Green+Blue) = 34+5+109=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 109 (42.97% from 255 or 73.65% from 148); Max value from RGB is 109 - color contains mainly: blue. Hex color #22056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22056D is #DDFA92. Grayscale: #191919. Windows color (decimal): -14547603 or 7144738. OLE color: 7144738.

HSL color Cylindrical-coordinate representation of color #22056D: hue angle of 256.73º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #22056D is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB345109-
CMYK0.690.9500.57
HSL256.73º91.23%22.35%-
HSV(B)256.73º95.41%42.75%-
XYZ3.471.5514.58-
YUV25.53175.11134.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.97%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 109 (42.97% from 255) = 73.65%
R=22.97%
G=3.38%
B=73.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3451090.690.9500.57256.7391.2322.35
Hex2256D455F0391015b16
Octal42515510513707140113326
Binary1000101011101101100010110111110111001100000001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22056d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22056d; }

 p { color: rgb(34,5,109); }

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

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

 a { background-color: rgb(34,5,109); }

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

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

 span { border-color: rgb(34,5,109); }

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