#22055F

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

Shades of Persian Indigo #22055F

Tints of Persian Indigo #22055F

Color information

#22055F (or 0x22055F) is unknown color: approx Persian Indigo. HEX triplet: 22, 05 and 5F. RGB value is (34,5,95). Sum of RGB (Red+Green+Blue) = 34+5+95=134 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.37% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 95 (37.5% from 255 or 70.90% from 134); Max value from RGB is 95 - color contains mainly: blue. Hex color #22055F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22055F is #DDFAA0. Grayscale: #171717. Windows color (decimal): -14547617 or 6227234. OLE color: 6227234.

HSL color Cylindrical-coordinate representation of color #22055F: hue angle of 259.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #22055F is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB34595-
CMYK0.640.9500.63
HSL259.33º90%19.61%-
HSV(B)259.33º94.74%37.25%-
XYZ2.781.2710.93-
YUV23.93168.11135.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.37%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 95 (37.5% from 255) = 70.90%
R=25.37%
G=3.73%
B=70.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal345950.640.9500.63259.339019.61
Hex2255F405F03F1035a14
Octal42513710013707740313224
Binary1000101011011111100000010111110111111100000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22055F; }

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

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

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

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

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

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

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

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