#22055E

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

Shades of Persian Indigo #22055E

Tints of Persian Indigo #22055E

Color information

#22055E (or 0x22055E) is unknown color: approx Persian Indigo. HEX triplet: 22, 05 and 5E. RGB value is (34,5,94). Sum of RGB (Red+Green+Blue) = 34+5+94=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 94 (37.11% from 255 or 70.68% from 133); Max value from RGB is 94 - color contains mainly: blue. Hex color #22055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22055E is #DDFAA1. Grayscale: #171717. Windows color (decimal): -14547618 or 6161698. OLE color: 6161698.

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

Color convert

RGB34594-
CMYK0.640.9500.63
HSL259.55º89.9%19.41%-
HSV(B)259.55º94.68%36.86%-
XYZ2.731.2610.69-
YUV23.82167.61135.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.56%
GREEN value IS 5 (2.34% from 255) = 3.76%
BLUE value IS 94 (37.11% from 255) = 70.68%
R=25.56%
G=3.76%
B=70.68%

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
Decimal345940.640.9500.63259.5589.919.41
Hex2255E405F03F1045a13
Octal42513610013707740413223
Binary1000101011011110100000010111110111111100000100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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