Shades of Persian Indigo #321388
Tints of Persian Indigo #321388
RGB
CMYK
RGB Variations
Color information
#321388 (or 0x321388) is known color: Persian Indigo. HEX triplet: 32, 13 and 88. RGB value is (50,19,136). Sum of RGB (Red+Green+Blue) = 50+19+136=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 136 (53.52% from 255 or 66.34% from 205); Max value from RGB is 136 - color contains mainly: blue. Hex color #321388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321388 is #CDEC77. Grayscale: #292929. Windows color (decimal): -13495416 or 8917810. OLE color: 8917810.
HSL color Cylindrical-coordinate representation of color #321388: hue angle of 255.9º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321388 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 19 | 136 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.47 |
| HSL | 255.9º | 0.75% | 0.3% | - |
| HSV(B) | 255.9º | 0.86% | 0.53% | - |
| XYZ | 5.99 | 2.92 | 23.54 | - |
| YUV | 41.61 | 181.27 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 136 | 0.63 | 0.86 | 0 | 0.47 | 255.9 | 0.75 | 0.3 |
| Hex | 32 | 13 | 88 | 3F | 56 | 0 | 2F | 100 | 4B | 1E |
| Octal | 62 | 23 | 210 | 77 | 126 | 0 | 57 | 400 | 113 | 36 |
| Binary | 110010 | 10011 | 10001000 | 111111 | 1010110 | 0 | 101111 | 100000000 | 1001011 | 11110 |
Color Harmonies of #321388
Complementary color
Monochromatic Colors of #321388
Black with #321388
Text Example
Text Example
White with #321388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321388; }
p { color: rgb(50,19,136); }
H1.HeaderClassName
{
color: #321388;
}
.AnyTagClassName
{
color: #321388;
}
</style>
background-color css
<style>
a { background-color: #321388; }
a { background-color: rgb(50,19,136); }
div.DivClassName
{
background-color: #321388;
}
.BgClassName
{
background-color: #321388;
}
</style>
border-color css
<style>
span { border-color: #321388; }
span { border-color: rgb(50,19,136); }
td.TdClassName
{
border-color: #321388;
}
.TagClassName
{
border-color: #321388;
}
</style>