Shades of Persian Indigo #320987
Tints of Persian Indigo #320987
RGB
CMYK
RGB Variations
Color information
#320987 (or 0x320987) is known color: Persian Indigo. HEX triplet: 32, 09 and 87. RGB value is (50,9,135). Sum of RGB (Red+Green+Blue) = 50+9+135=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 135 (53.12% from 255 or 69.59% from 194); Max value from RGB is 135 - color contains mainly: blue. Hex color #320987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320987 is #CDF678. Grayscale: #232323. Windows color (decimal): -13497977 or 8849714. OLE color: 8849714.
HSL color Cylindrical-coordinate representation of color #320987: hue angle of 259.52º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320987 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 9 | 135 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.47 |
| HSL | 259.52º | 0.88% | 0.28% | - |
| HSV(B) | 259.52º | 0.93% | 0.53% | - |
| XYZ | 5.79 | 2.62 | 23.12 | - |
| YUV | 35.62 | 184.08 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 135 | 0.63 | 0.93 | 0 | 0.47 | 259.52 | 0.88 | 0.28 |
| Hex | 32 | 9 | 87 | 3F | 5D | 0 | 2F | 104 | 58 | 1C |
| Octal | 62 | 11 | 207 | 77 | 135 | 0 | 57 | 404 | 130 | 34 |
| Binary | 110010 | 1001 | 10000111 | 111111 | 1011101 | 0 | 101111 | 100000100 | 1011000 | 11100 |
Color Harmonies of #320987
Complementary color
Monochromatic Colors of #320987
Black with #320987
Text Example
Text Example
White with #320987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320987; }
p { color: rgb(50,9,135); }
H1.HeaderClassName
{
color: #320987;
}
.AnyTagClassName
{
color: #320987;
}
</style>
background-color css
<style>
a { background-color: #320987; }
a { background-color: rgb(50,9,135); }
div.DivClassName
{
background-color: #320987;
}
.BgClassName
{
background-color: #320987;
}
</style>
border-color css
<style>
span { border-color: #320987; }
span { border-color: rgb(50,9,135); }
td.TdClassName
{
border-color: #320987;
}
.TagClassName
{
border-color: #320987;
}
</style>