Shades of Persian Indigo #321E9B
Tints of Persian Indigo #321E9B
RGB
CMYK
RGB Variations
Color information
#321E9B (or 0x321E9B) is known color: Persian Indigo. HEX triplet: 32, 1E and 9B. RGB value is (50,30,155). Sum of RGB (Red+Green+Blue) = 50+30+155=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #321E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321E9B is #CDE164. Grayscale: #313131. Windows color (decimal): -13492581 or 10165810. OLE color: 10165810.
HSL color Cylindrical-coordinate representation of color #321E9B: hue angle of 249.6º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321E9B is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 30 | 155 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.39 |
| HSL | 249.6º | 0.68% | 0.36% | - |
| HSV(B) | 249.6º | 0.81% | 0.61% | - |
| XYZ | 7.7 | 3.97 | 31.37 | - |
| YUV | 50.23 | 187.13 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 155 | 0.68 | 0.81 | 0 | 0.39 | 249.6 | 0.68 | 0.36 |
| Hex | 32 | 1E | 9B | 44 | 51 | 0 | 27 | FA | 44 | 24 |
| Octal | 62 | 36 | 233 | 104 | 121 | 0 | 47 | 372 | 104 | 44 |
| Binary | 110010 | 11110 | 10011011 | 1000100 | 1010001 | 0 | 100111 | 11111010 | 1000100 | 100100 |
Color Harmonies of #321E9B
Complementary color
Monochromatic Colors of #321E9B
Black with #321E9B
Text Example
Text Example
White with #321E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E9B; }
p { color: rgb(50,30,155); }
H1.HeaderClassName
{
color: #321E9B;
}
.AnyTagClassName
{
color: #321E9B;
}
</style>
background-color css
<style>
a { background-color: #321E9B; }
a { background-color: rgb(50,30,155); }
div.DivClassName
{
background-color: #321E9B;
}
.BgClassName
{
background-color: #321E9B;
}
</style>
border-color css
<style>
span { border-color: #321E9B; }
span { border-color: rgb(50,30,155); }
td.TdClassName
{
border-color: #321E9B;
}
.TagClassName
{
border-color: #321E9B;
}
</style>