Shades of Persian Indigo #320D88
Tints of Persian Indigo #320D88
RGB
CMYK
RGB Variations
Color information
#320D88 (or 0x320D88) is known color: Persian Indigo. HEX triplet: 32, 0D and 88. RGB value is (50,13,136). Sum of RGB (Red+Green+Blue) = 50+13+136=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 136 (53.52% from 255 or 68.34% from 199); Max value from RGB is 136 - color contains mainly: blue. Hex color #320D88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320D88 is #CDF277. Grayscale: #252525. Windows color (decimal): -13496952 or 8916274. OLE color: 8916274.
HSL color Cylindrical-coordinate representation of color #320D88: hue angle of 258.05º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320D88 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 13 | 136 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.47 |
| HSL | 258.05º | 0.83% | 0.29% | - |
| HSV(B) | 258.05º | 0.9% | 0.53% | - |
| XYZ | 5.9 | 2.74 | 23.51 | - |
| YUV | 38.09 | 183.26 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 136 | 0.63 | 0.90 | 0 | 0.47 | 258.05 | 0.83 | 0.29 |
| Hex | 32 | D | 88 | 3F | 5A | 0 | 2F | 102 | 53 | 1D |
| Octal | 62 | 15 | 210 | 77 | 132 | 0 | 57 | 402 | 123 | 35 |
| Binary | 110010 | 1101 | 10001000 | 111111 | 1011010 | 0 | 101111 | 100000010 | 1010011 | 11101 |
Color Harmonies of #320D88
Complementary color
Monochromatic Colors of #320D88
Black with #320D88
Text Example
Text Example
White with #320D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D88; }
p { color: rgb(50,13,136); }
H1.HeaderClassName
{
color: #320D88;
}
.AnyTagClassName
{
color: #320D88;
}
</style>
background-color css
<style>
a { background-color: #320D88; }
a { background-color: rgb(50,13,136); }
div.DivClassName
{
background-color: #320D88;
}
.BgClassName
{
background-color: #320D88;
}
</style>
border-color css
<style>
span { border-color: #320D88; }
span { border-color: rgb(50,13,136); }
td.TdClassName
{
border-color: #320D88;
}
.TagClassName
{
border-color: #320D88;
}
</style>