Shades of Persian Indigo #321C8B
Tints of Persian Indigo #321C8B
RGB
CMYK
RGB Variations
Color information
#321C8B (or 0x321C8B) is known color: Persian Indigo. HEX triplet: 32, 1C and 8B. RGB value is (50,28,139). Sum of RGB (Red+Green+Blue) = 50+28+139=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #321C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321C8B is #CDE374. Grayscale: #2E2E2E. Windows color (decimal): -13493109 or 9116722. OLE color: 9116722.
HSL color Cylindrical-coordinate representation of color #321C8B: hue angle of 251.89º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321C8B is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 28 | 139 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.45 |
| HSL | 251.89º | 0.66% | 0.33% | - |
| HSV(B) | 251.89º | 0.8% | 0.55% | - |
| XYZ | 6.39 | 3.37 | 24.74 | - |
| YUV | 47.23 | 179.79 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 139 | 0.64 | 0.80 | 0 | 0.45 | 251.89 | 0.66 | 0.33 |
| Hex | 32 | 1C | 8B | 40 | 50 | 0 | 2D | FC | 42 | 21 |
| Octal | 62 | 34 | 213 | 100 | 120 | 0 | 55 | 374 | 102 | 41 |
| Binary | 110010 | 11100 | 10001011 | 1000000 | 1010000 | 0 | 101101 | 11111100 | 1000010 | 100001 |
Color Harmonies of #321C8B
Complementary color
Monochromatic Colors of #321C8B
Black with #321C8B
Text Example
Text Example
White with #321C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C8B; }
p { color: rgb(50,28,139); }
H1.HeaderClassName
{
color: #321C8B;
}
.AnyTagClassName
{
color: #321C8B;
}
</style>
background-color css
<style>
a { background-color: #321C8B; }
a { background-color: rgb(50,28,139); }
div.DivClassName
{
background-color: #321C8B;
}
.BgClassName
{
background-color: #321C8B;
}
</style>
border-color css
<style>
span { border-color: #321C8B; }
span { border-color: rgb(50,28,139); }
td.TdClassName
{
border-color: #321C8B;
}
.TagClassName
{
border-color: #321C8B;
}
</style>