Shades of Persian Indigo #321199
Tints of Persian Indigo #321199
RGB
CMYK
RGB Variations
Color information
#321199 (or 0x321199) is known color: Persian Indigo. HEX triplet: 32, 11 and 99. RGB value is (50,17,153). Sum of RGB (Red+Green+Blue) = 50+17+153=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #321199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321199 is #CDEE66. Grayscale: #292929. Windows color (decimal): -13495911 or 10031410. OLE color: 10031410.
HSL color Cylindrical-coordinate representation of color #321199: hue angle of 254.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #321199 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 17 | 153 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.4 |
| HSL | 254.56º | 0.8% | 0.33% | - |
| HSV(B) | 254.56º | 0.89% | 0.6% | - |
| XYZ | 7.27 | 3.38 | 30.41 | - |
| YUV | 42.37 | 190.43 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 153 | 0.67 | 0.89 | 0 | 0.4 | 254.56 | 0.8 | 0.33 |
| Hex | 32 | 11 | 99 | 43 | 59 | 0 | 28 | FF | 50 | 21 |
| Octal | 62 | 21 | 231 | 103 | 131 | 0 | 50 | 377 | 120 | 41 |
| Binary | 110010 | 10001 | 10011001 | 1000011 | 1011001 | 0 | 101000 | 11111111 | 1010000 | 100001 |
Color Harmonies of #321199
Complementary color
Monochromatic Colors of #321199
Black with #321199
Text Example
Text Example
White with #321199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321199; }
p { color: rgb(50,17,153); }
H1.HeaderClassName
{
color: #321199;
}
.AnyTagClassName
{
color: #321199;
}
</style>
background-color css
<style>
a { background-color: #321199; }
a { background-color: rgb(50,17,153); }
div.DivClassName
{
background-color: #321199;
}
.BgClassName
{
background-color: #321199;
}
</style>
border-color css
<style>
span { border-color: #321199; }
span { border-color: rgb(50,17,153); }
td.TdClassName
{
border-color: #321199;
}
.TagClassName
{
border-color: #321199;
}
</style>