Shades of Persian Indigo #320D92
Tints of Persian Indigo #320D92
RGB
CMYK
RGB Variations
Color information
#320D92 (or 0x320D92) is known color: Persian Indigo. HEX triplet: 32, 0D and 92. RGB value is (50,13,146). Sum of RGB (Red+Green+Blue) = 50+13+146=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 146 (57.42% from 255 or 69.86% from 209); Max value from RGB is 146 - color contains mainly: blue. Hex color #320D92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320D92 is #CDF26D. Grayscale: #262626. Windows color (decimal): -13496942 or 9571634. OLE color: 9571634.
HSL color Cylindrical-coordinate representation of color #320D92: hue angle of 256.69º 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 #320D92 is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 13 | 146 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.43 |
| HSL | 256.69º | 0.84% | 0.31% | - |
| HSV(B) | 256.69º | 0.91% | 0.57% | - |
| XYZ | 6.65 | 3.04 | 27.43 | - |
| YUV | 39.23 | 188.26 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 146 | 0.66 | 0.91 | 0 | 0.43 | 256.69 | 0.84 | 0.31 |
| Hex | 32 | D | 92 | 42 | 5B | 0 | 2B | 101 | 54 | 1F |
| Octal | 62 | 15 | 222 | 102 | 133 | 0 | 53 | 401 | 124 | 37 |
| Binary | 110010 | 1101 | 10010010 | 1000010 | 1011011 | 0 | 101011 | 100000001 | 1010100 | 11111 |
Color Harmonies of #320D92
Complementary color
Monochromatic Colors of #320D92
Black with #320D92
Text Example
Text Example
White with #320D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D92; }
p { color: rgb(50,13,146); }
H1.HeaderClassName
{
color: #320D92;
}
.AnyTagClassName
{
color: #320D92;
}
</style>
background-color css
<style>
a { background-color: #320D92; }
a { background-color: rgb(50,13,146); }
div.DivClassName
{
background-color: #320D92;
}
.BgClassName
{
background-color: #320D92;
}
</style>
border-color css
<style>
span { border-color: #320D92; }
span { border-color: rgb(50,13,146); }
td.TdClassName
{
border-color: #320D92;
}
.TagClassName
{
border-color: #320D92;
}
</style>