Shades of Persian Indigo #321D88
Tints of Persian Indigo #321D88
RGB
CMYK
RGB Variations
Color information
#321D88 (or 0x321D88) is known color: Persian Indigo. HEX triplet: 32, 1D and 88. RGB value is (50,29,136). Sum of RGB (Red+Green+Blue) = 50+29+136=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 136 (53.52% from 255 or 63.26% from 215); Max value from RGB is 136 - color contains mainly: blue. Hex color #321D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321D88 is #CDE277. Grayscale: #2F2F2F. Windows color (decimal): -13492856 or 8920370. OLE color: 8920370.
HSL color Cylindrical-coordinate representation of color #321D88: hue angle of 251.78º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #321D88 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 29 | 136 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.47 |
| HSL | 251.78º | 0.65% | 0.32% | - |
| HSV(B) | 251.78º | 0.79% | 0.53% | - |
| XYZ | 6.2 | 3.33 | 23.61 | - |
| YUV | 47.48 | 177.96 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 136 | 0.63 | 0.79 | 0 | 0.47 | 251.78 | 0.65 | 0.32 |
| Hex | 32 | 1D | 88 | 3F | 4F | 0 | 2F | FC | 41 | 20 |
| Octal | 62 | 35 | 210 | 77 | 117 | 0 | 57 | 374 | 101 | 40 |
| Binary | 110010 | 11101 | 10001000 | 111111 | 1001111 | 0 | 101111 | 11111100 | 1000001 | 100000 |
Color Harmonies of #321D88
Complementary color
Monochromatic Colors of #321D88
Black with #321D88
Text Example
Text Example
White with #321D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D88; }
p { color: rgb(50,29,136); }
H1.HeaderClassName
{
color: #321D88;
}
.AnyTagClassName
{
color: #321D88;
}
</style>
background-color css
<style>
a { background-color: #321D88; }
a { background-color: rgb(50,29,136); }
div.DivClassName
{
background-color: #321D88;
}
.BgClassName
{
background-color: #321D88;
}
</style>
border-color css
<style>
span { border-color: #321D88; }
span { border-color: rgb(50,29,136); }
td.TdClassName
{
border-color: #321D88;
}
.TagClassName
{
border-color: #321D88;
}
</style>