Shades of Persian Indigo #321F7C
Tints of Persian Indigo #321F7C
RGB
CMYK
RGB Variations
Color information
#321F7C (or 0x321F7C) is known color: Persian Indigo. HEX triplet: 32, 1F and 7C. RGB value is (50,31,124). Sum of RGB (Red+Green+Blue) = 50+31+124=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #321F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321F7C is #CDE083. Grayscale: #2E2E2E. Windows color (decimal): -13492356 or 8134450. OLE color: 8134450.
HSL color Cylindrical-coordinate representation of color #321F7C: hue angle of 252.26º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #321F7C is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 31 | 124 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.51 |
| HSL | 252.26º | 0.6% | 0.3% | - |
| HSV(B) | 252.26º | 0.75% | 0.49% | - |
| XYZ | 5.44 | 3.11 | 19.38 | - |
| YUV | 47.28 | 171.29 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 124 | 0.60 | 0.75 | 0 | 0.51 | 252.26 | 0.6 | 0.3 |
| Hex | 32 | 1F | 7C | 3C | 4B | 0 | 33 | FC | 3C | 1E |
| Octal | 62 | 37 | 174 | 74 | 113 | 0 | 63 | 374 | 74 | 36 |
| Binary | 110010 | 11111 | 1111100 | 111100 | 1001011 | 0 | 110011 | 11111100 | 111100 | 11110 |
Color Harmonies of #321F7C
Complementary color
Monochromatic Colors of #321F7C
Black with #321F7C
Text Example
Text Example
White with #321F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F7C; }
p { color: rgb(50,31,124); }
H1.HeaderClassName
{
color: #321F7C;
}
.AnyTagClassName
{
color: #321F7C;
}
</style>
background-color css
<style>
a { background-color: #321F7C; }
a { background-color: rgb(50,31,124); }
div.DivClassName
{
background-color: #321F7C;
}
.BgClassName
{
background-color: #321F7C;
}
</style>
border-color css
<style>
span { border-color: #321F7C; }
span { border-color: rgb(50,31,124); }
td.TdClassName
{
border-color: #321F7C;
}
.TagClassName
{
border-color: #321F7C;
}
</style>