Shades of Persian Indigo #321777
Tints of Persian Indigo #321777
RGB
CMYK
RGB Variations
Color information
#321777 (or 0x321777) is known color: Persian Indigo. HEX triplet: 32, 17 and 77. RGB value is (50,23,119). Sum of RGB (Red+Green+Blue) = 50+23+119=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #321777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321777 is #CDE888. Grayscale: #292929. Windows color (decimal): -13494409 or 7804722. OLE color: 7804722.
HSL color Cylindrical-coordinate representation of color #321777: hue angle of 256.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321777 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 23 | 119 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.53 |
| HSL | 256.88º | 0.68% | 0.28% | - |
| HSV(B) | 256.88º | 0.81% | 0.47% | - |
| XYZ | 4.95 | 2.62 | 17.7 | - |
| YUV | 42.02 | 171.45 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 119 | 0.58 | 0.81 | 0 | 0.53 | 256.88 | 0.68 | 0.28 |
| Hex | 32 | 17 | 77 | 3A | 51 | 0 | 35 | 101 | 44 | 1C |
| Octal | 62 | 27 | 167 | 72 | 121 | 0 | 65 | 401 | 104 | 34 |
| Binary | 110010 | 10111 | 1110111 | 111010 | 1010001 | 0 | 110101 | 100000001 | 1000100 | 11100 |
Color Harmonies of #321777
Complementary color
Monochromatic Colors of #321777
Black with #321777
Text Example
Text Example
White with #321777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321777; }
p { color: rgb(50,23,119); }
H1.HeaderClassName
{
color: #321777;
}
.AnyTagClassName
{
color: #321777;
}
</style>
background-color css
<style>
a { background-color: #321777; }
a { background-color: rgb(50,23,119); }
div.DivClassName
{
background-color: #321777;
}
.BgClassName
{
background-color: #321777;
}
</style>
border-color css
<style>
span { border-color: #321777; }
span { border-color: rgb(50,23,119); }
td.TdClassName
{
border-color: #321777;
}
.TagClassName
{
border-color: #321777;
}
</style>