#22005B

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

Shades of Persian Indigo #22005B

Tints of Persian Indigo #22005B

Color information

#22005B (or 0x22005B) is unknown color: approx Persian Indigo. HEX triplet: 22, 00 and 5B. RGB value is (34,0,91). Sum of RGB (Red+Green+Blue) = 34+0+91=125 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.2% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 91 (35.94% from 255 or 72.8% from 125); Max value from RGB is 91 - color contains mainly: blue. Hex color #22005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22005B is #DDFFA4. Grayscale: #141414. Windows color (decimal): -14548901 or 5963810. OLE color: 5963810.

HSL color Cylindrical-coordinate representation of color #22005B: hue angle of 262.42º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #22005B is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB34091-
CMYK0.63100.64
HSL262.42º100%17.84%-
HSV(B)262.42º100%35.69%-
XYZ2.551.19.97-
YUV20.54167.76137.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 27.2%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 72.8%
R=27.2%
G=0%
B=72.8%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal340910.63100.64262.4210017.84
Hex2205B3F640401066412
Octal42013377144010040614422
Binary10001001011011111111110010001000000100000110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22005B; }

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

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

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

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

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

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

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

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