Shades of Persian Indigo #22015F
Tints of Persian Indigo #22015F
RGB
CMYK
RGB Variations
Color information
#22015F (or 0x22015F) is known color: Persian Indigo. HEX triplet: 22, 01 and 5F. RGB value is (34,1,95). Sum of RGB (Red+Green+Blue) = 34+1+95=130 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.15% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 95 (37.5% from 255 or 73.08% from 130); Max value from RGB is 95 - color contains mainly: blue. Hex color #22015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22015F is #DDFEA0. Grayscale: #151515. Windows color (decimal): -14548641 or 6226210. OLE color: 6226210.
HSL color Cylindrical-coordinate representation of color #22015F: hue angle of 261.06º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #22015F is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 34 | 1 | 95 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.63 |
| HSL | 261.06º | 0.98% | 0.19% | - |
| HSV(B) | 261.06º | 0.99% | 0.37% | - |
| XYZ | 2.74 | 1.19 | 10.91 | - |
| YUV | 21.58 | 169.43 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 95 | 0.64 | 0.99 | 0 | 0.63 | 261.06 | 0.98 | 0.19 |
| Hex | 22 | 1 | 5F | 40 | 63 | 0 | 3F | 105 | 62 | 13 |
| Octal | 42 | 1 | 137 | 100 | 143 | 0 | 77 | 405 | 142 | 23 |
| Binary | 100010 | 1 | 1011111 | 1000000 | 1100011 | 0 | 111111 | 100000101 | 1100010 | 10011 |
Color Harmonies of #22015F
Complementary color
Monochromatic Colors of #22015F
Black with #22015F
Text Example
Text Example
White with #22015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22015F; }
p { color: rgb(34,1,95); }
H1.HeaderClassName
{
color: #22015F;
}
.AnyTagClassName
{
color: #22015F;
}
</style>
background-color css
<style>
a { background-color: #22015F; }
a { background-color: rgb(34,1,95); }
div.DivClassName
{
background-color: #22015F;
}
.BgClassName
{
background-color: #22015F;
}
</style>
border-color css
<style>
span { border-color: #22015F; }
span { border-color: rgb(34,1,95); }
td.TdClassName
{
border-color: #22015F;
}
.TagClassName
{
border-color: #22015F;
}
</style>