Shades of Persian Indigo #320D91
Tints of Persian Indigo #320D91
RGB
CMYK
RGB Variations
Color information
#320D91 (or 0x320D91) is known color: Persian Indigo. HEX triplet: 32, 0D and 91. RGB value is (50,13,145). Sum of RGB (Red+Green+Blue) = 50+13+145=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 145 (57.03% from 255 or 69.71% from 208); Max value from RGB is 145 - color contains mainly: blue. Hex color #320D91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320D91 is #CDF26E. Grayscale: #262626. Windows color (decimal): -13496943 or 9506098. OLE color: 9506098.
HSL color Cylindrical-coordinate representation of color #320D91: hue angle of 256.82º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320D91 is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 13 | 145 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.43 |
| HSL | 256.82º | 0.84% | 0.31% | - |
| HSV(B) | 256.82º | 0.91% | 0.57% | - |
| XYZ | 6.57 | 3.01 | 27.02 | - |
| YUV | 39.11 | 187.76 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 145 | 0.66 | 0.91 | 0 | 0.43 | 256.82 | 0.84 | 0.31 |
| Hex | 32 | D | 91 | 42 | 5B | 0 | 2B | 101 | 54 | 1F |
| Octal | 62 | 15 | 221 | 102 | 133 | 0 | 53 | 401 | 124 | 37 |
| Binary | 110010 | 1101 | 10010001 | 1000010 | 1011011 | 0 | 101011 | 100000001 | 1010100 | 11111 |
Color Harmonies of #320D91
Complementary color
Monochromatic Colors of #320D91
Black with #320D91
Text Example
Text Example
White with #320D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D91; }
p { color: rgb(50,13,145); }
H1.HeaderClassName
{
color: #320D91;
}
.AnyTagClassName
{
color: #320D91;
}
</style>
background-color css
<style>
a { background-color: #320D91; }
a { background-color: rgb(50,13,145); }
div.DivClassName
{
background-color: #320D91;
}
.BgClassName
{
background-color: #320D91;
}
</style>
border-color css
<style>
span { border-color: #320D91; }
span { border-color: rgb(50,13,145); }
td.TdClassName
{
border-color: #320D91;
}
.TagClassName
{
border-color: #320D91;
}
</style>