Shades of Persian Indigo #321C7C
Tints of Persian Indigo #321C7C
RGB
CMYK
RGB Variations
Color information
#321C7C (or 0x321C7C) is known color: Persian Indigo. HEX triplet: 32, 1C and 7C. RGB value is (50,28,124). Sum of RGB (Red+Green+Blue) = 50+28+124=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #321C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321C7C is #CDE383. Grayscale: #2D2D2D. Windows color (decimal): -13493124 or 8133682. OLE color: 8133682.
HSL color Cylindrical-coordinate representation of color #321C7C: hue angle of 253.75º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #321C7C is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 28 | 124 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.51 |
| HSL | 253.75º | 0.63% | 0.3% | - |
| HSV(B) | 253.75º | 0.77% | 0.49% | - |
| XYZ | 5.37 | 2.96 | 19.36 | - |
| YUV | 45.52 | 172.29 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 124 | 0.60 | 0.77 | 0 | 0.51 | 253.75 | 0.63 | 0.3 |
| Hex | 32 | 1C | 7C | 3C | 4D | 0 | 33 | FE | 3F | 1E |
| Octal | 62 | 34 | 174 | 74 | 115 | 0 | 63 | 376 | 77 | 36 |
| Binary | 110010 | 11100 | 1111100 | 111100 | 1001101 | 0 | 110011 | 11111110 | 111111 | 11110 |
Color Harmonies of #321C7C
Complementary color
Monochromatic Colors of #321C7C
Black with #321C7C
Text Example
Text Example
White with #321C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C7C; }
p { color: rgb(50,28,124); }
H1.HeaderClassName
{
color: #321C7C;
}
.AnyTagClassName
{
color: #321C7C;
}
</style>
background-color css
<style>
a { background-color: #321C7C; }
a { background-color: rgb(50,28,124); }
div.DivClassName
{
background-color: #321C7C;
}
.BgClassName
{
background-color: #321C7C;
}
</style>
border-color css
<style>
span { border-color: #321C7C; }
span { border-color: rgb(50,28,124); }
td.TdClassName
{
border-color: #321C7C;
}
.TagClassName
{
border-color: #321C7C;
}
</style>