Shades of Persian Indigo #321B89
Tints of Persian Indigo #321B89
RGB
CMYK
RGB Variations
Color information
#321B89 (or 0x321B89) is known color: Persian Indigo. HEX triplet: 32, 1B and 89. RGB value is (50,27,137). Sum of RGB (Red+Green+Blue) = 50+27+137=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 137 (53.91% from 255 or 64.02% from 214); Max value from RGB is 137 - color contains mainly: blue. Hex color #321B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321B89 is #CDE476. Grayscale: #2E2E2E. Windows color (decimal): -13493367 or 8985394. OLE color: 8985394.
HSL color Cylindrical-coordinate representation of color #321B89: hue angle of 252.55º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321B89 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 27 | 137 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.46 |
| HSL | 252.55º | 0.67% | 0.32% | - |
| HSV(B) | 252.55º | 0.8% | 0.54% | - |
| XYZ | 6.22 | 3.27 | 23.97 | - |
| YUV | 46.42 | 179.12 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 137 | 0.64 | 0.80 | 0 | 0.46 | 252.55 | 0.67 | 0.32 |
| Hex | 32 | 1B | 89 | 40 | 50 | 0 | 2E | FD | 43 | 20 |
| Octal | 62 | 33 | 211 | 100 | 120 | 0 | 56 | 375 | 103 | 40 |
| Binary | 110010 | 11011 | 10001001 | 1000000 | 1010000 | 0 | 101110 | 11111101 | 1000011 | 100000 |
Color Harmonies of #321B89
Complementary color
Monochromatic Colors of #321B89
Black with #321B89
Text Example
Text Example
White with #321B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B89; }
p { color: rgb(50,27,137); }
H1.HeaderClassName
{
color: #321B89;
}
.AnyTagClassName
{
color: #321B89;
}
</style>
background-color css
<style>
a { background-color: #321B89; }
a { background-color: rgb(50,27,137); }
div.DivClassName
{
background-color: #321B89;
}
.BgClassName
{
background-color: #321B89;
}
</style>
border-color css
<style>
span { border-color: #321B89; }
span { border-color: rgb(50,27,137); }
td.TdClassName
{
border-color: #321B89;
}
.TagClassName
{
border-color: #321B89;
}
</style>