Shades of Persian Indigo #22015C
Tints of Persian Indigo #22015C
RGB
CMYK
RGB Variations
Color information
#22015C (or 0x22015C) is known color: Persian Indigo. HEX triplet: 22, 01 and 5C. RGB value is (34,1,92). Sum of RGB (Red+Green+Blue) = 34+1+92=127 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.77% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 92 (36.33% from 255 or 72.44% from 127); Max value from RGB is 92 - color contains mainly: blue. Hex color #22015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22015C is #DDFEA3. Grayscale: #141414. Windows color (decimal): -14548644 or 6029602. OLE color: 6029602.
HSL color Cylindrical-coordinate representation of color #22015C: hue angle of 261.76º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #22015C is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 1 | 92 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.64 |
| HSL | 261.76º | 0.98% | 0.18% | - |
| HSV(B) | 261.76º | 0.99% | 0.36% | - |
| XYZ | 2.6 | 1.13 | 10.21 | - |
| YUV | 21.24 | 167.93 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 92 | 0.63 | 0.99 | 0 | 0.64 | 261.76 | 0.98 | 0.18 |
| Hex | 22 | 1 | 5C | 3F | 63 | 0 | 40 | 106 | 62 | 12 |
| Octal | 42 | 1 | 134 | 77 | 143 | 0 | 100 | 406 | 142 | 22 |
| Binary | 100010 | 1 | 1011100 | 111111 | 1100011 | 0 | 1000000 | 100000110 | 1100010 | 10010 |
Color Harmonies of #22015C
Complementary color
Monochromatic Colors of #22015C
Black with #22015C
Text Example
Text Example
White with #22015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22015C; }
p { color: rgb(34,1,92); }
H1.HeaderClassName
{
color: #22015C;
}
.AnyTagClassName
{
color: #22015C;
}
</style>
background-color css
<style>
a { background-color: #22015C; }
a { background-color: rgb(34,1,92); }
div.DivClassName
{
background-color: #22015C;
}
.BgClassName
{
background-color: #22015C;
}
</style>
border-color css
<style>
span { border-color: #22015C; }
span { border-color: rgb(34,1,92); }
td.TdClassName
{
border-color: #22015C;
}
.TagClassName
{
border-color: #22015C;
}
</style>