Shades of Persian Indigo #321F9B
Tints of Persian Indigo #321F9B
RGB
CMYK
RGB Variations
Color information
#321F9B (or 0x321F9B) is known color: Persian Indigo. HEX triplet: 32, 1F and 9B. RGB value is (50,31,155). Sum of RGB (Red+Green+Blue) = 50+31+155=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #321F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321F9B is #CDE064. Grayscale: #323232. Windows color (decimal): -13492325 or 10166066. OLE color: 10166066.
HSL color Cylindrical-coordinate representation of color #321F9B: hue angle of 249.19º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321F9B is Cyan = 0.68, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 31 | 155 | - |
| CMYK | 0.68 | 0.8 | 0 | 0.39 |
| HSL | 249.19º | 0.67% | 0.36% | - |
| HSV(B) | 249.19º | 0.8% | 0.61% | - |
| XYZ | 7.72 | 4.02 | 31.38 | - |
| YUV | 50.82 | 186.79 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 155 | 0.68 | 0.8 | 0 | 0.39 | 249.19 | 0.67 | 0.36 |
| Hex | 32 | 1F | 9B | 44 | 50 | 0 | 27 | F9 | 43 | 24 |
| Octal | 62 | 37 | 233 | 104 | 120 | 0 | 47 | 371 | 103 | 44 |
| Binary | 110010 | 11111 | 10011011 | 1000100 | 1010000 | 0 | 100111 | 11111001 | 1000011 | 100100 |
Color Harmonies of #321F9B
Complementary color
Monochromatic Colors of #321F9B
Black with #321F9B
Text Example
Text Example
White with #321F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F9B; }
p { color: rgb(50,31,155); }
H1.HeaderClassName
{
color: #321F9B;
}
.AnyTagClassName
{
color: #321F9B;
}
</style>
background-color css
<style>
a { background-color: #321F9B; }
a { background-color: rgb(50,31,155); }
div.DivClassName
{
background-color: #321F9B;
}
.BgClassName
{
background-color: #321F9B;
}
</style>
border-color css
<style>
span { border-color: #321F9B; }
span { border-color: rgb(50,31,155); }
td.TdClassName
{
border-color: #321F9B;
}
.TagClassName
{
border-color: #321F9B;
}
</style>