Shades of Persian Indigo #321099
Tints of Persian Indigo #321099
RGB
CMYK
RGB Variations
Color information
#321099 (or 0x321099) is known color: Persian Indigo. HEX triplet: 32, 10 and 99. RGB value is (50,16,153). Sum of RGB (Red+Green+Blue) = 50+16+153=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #321099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321099 is #CDEF66. Grayscale: #292929. Windows color (decimal): -13496167 or 10031154. OLE color: 10031154.
HSL color Cylindrical-coordinate representation of color #321099: hue angle of 254.89º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #321099 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 16 | 153 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.4 |
| HSL | 254.89º | 0.81% | 0.33% | - |
| HSV(B) | 254.89º | 0.9% | 0.6% | - |
| XYZ | 7.25 | 3.35 | 30.4 | - |
| YUV | 41.78 | 190.76 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 153 | 0.67 | 0.90 | 0 | 0.4 | 254.89 | 0.81 | 0.33 |
| Hex | 32 | 10 | 99 | 43 | 5A | 0 | 28 | FF | 51 | 21 |
| Octal | 62 | 20 | 231 | 103 | 132 | 0 | 50 | 377 | 121 | 41 |
| Binary | 110010 | 10000 | 10011001 | 1000011 | 1011010 | 0 | 101000 | 11111111 | 1010001 | 100001 |
Color Harmonies of #321099
Complementary color
Monochromatic Colors of #321099
Black with #321099
Text Example
Text Example
White with #321099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321099; }
p { color: rgb(50,16,153); }
H1.HeaderClassName
{
color: #321099;
}
.AnyTagClassName
{
color: #321099;
}
</style>
background-color css
<style>
a { background-color: #321099; }
a { background-color: rgb(50,16,153); }
div.DivClassName
{
background-color: #321099;
}
.BgClassName
{
background-color: #321099;
}
</style>
border-color css
<style>
span { border-color: #321099; }
span { border-color: rgb(50,16,153); }
td.TdClassName
{
border-color: #321099;
}
.TagClassName
{
border-color: #321099;
}
</style>