#22005D

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

Shades of Persian Indigo #22005D

Tints of Persian Indigo #22005D

Color information

#22005D (or 0x22005D) is unknown color: approx Persian Indigo. HEX triplet: 22, 00 and 5D. RGB value is (34,0,93). Sum of RGB (Red+Green+Blue) = 34+0+93=127 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.77% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #22005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22005D is #DDFFA2. Grayscale: #141414. Windows color (decimal): -14548899 or 6094882. OLE color: 6094882.

HSL color Cylindrical-coordinate representation of color #22005D: hue angle of 261.94º 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 #22005D is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB34093-
CMYK0.63100.64
HSL261.94º100%18.24%-
HSV(B)261.94º100%36.47%-
XYZ2.641.1310.44-
YUV20.77168.76137.44-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 73.23%
R=26.77%
G=0%
B=73.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal340930.63100.64261.9410018.24
Hex2205D3F640401066412
Octal42013577144010040614422
Binary10001001011101111111110010001000000100000110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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