Shades of Persian Indigo #22056F
Tints of Persian Indigo #22056F
RGB
CMYK
RGB Variations
Color information
#22056F (or 0x22056F) is known color: Persian Indigo. HEX triplet: 22, 05 and 6F. RGB value is (34,5,111). Sum of RGB (Red+Green+Blue) = 34+5+111=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 111 (43.75% from 255 or 74% from 150); Max value from RGB is 111 - color contains mainly: blue. Hex color #22056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22056F is #DDFA90. Grayscale: #191919. Windows color (decimal): -14547601 or 7275810. OLE color: 7275810.
HSL color Cylindrical-coordinate representation of color #22056F: hue angle of 256.42º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #22056F is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 5 | 111 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.56 |
| HSL | 256.42º | 0.91% | 0.23% | - |
| HSV(B) | 256.42º | 0.95% | 0.44% | - |
| XYZ | 3.58 | 1.6 | 15.16 | - |
| YUV | 25.76 | 176.11 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 5 | 111 | 0.69 | 0.95 | 0 | 0.56 | 256.42 | 0.91 | 0.23 |
| Hex | 22 | 5 | 6F | 45 | 5F | 0 | 38 | 100 | 5B | 17 |
| Octal | 42 | 5 | 157 | 105 | 137 | 0 | 70 | 400 | 133 | 27 |
| Binary | 100010 | 101 | 1101111 | 1000101 | 1011111 | 0 | 111000 | 100000000 | 1011011 | 10111 |
Color Harmonies of #22056F
Complementary color
Monochromatic Colors of #22056F
Black with #22056F
Text Example
Text Example
White with #22056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22056F; }
p { color: rgb(34,5,111); }
H1.HeaderClassName
{
color: #22056F;
}
.AnyTagClassName
{
color: #22056F;
}
</style>
background-color css
<style>
a { background-color: #22056F; }
a { background-color: rgb(34,5,111); }
div.DivClassName
{
background-color: #22056F;
}
.BgClassName
{
background-color: #22056F;
}
</style>
border-color css
<style>
span { border-color: #22056F; }
span { border-color: rgb(34,5,111); }
td.TdClassName
{
border-color: #22056F;
}
.TagClassName
{
border-color: #22056F;
}
</style>