Shades of Persian Indigo #321878
Tints of Persian Indigo #321878
RGB
CMYK
RGB Variations
Color information
#321878 (or 0x321878) is known color: Persian Indigo. HEX triplet: 32, 18 and 78. RGB value is (50,24,120). Sum of RGB (Red+Green+Blue) = 50+24+120=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #321878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321878 is #CDE787. Grayscale: #2A2A2A. Windows color (decimal): -13494152 or 7870514. OLE color: 7870514.
HSL color Cylindrical-coordinate representation of color #321878: hue angle of 256.25º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321878 is Cyan = 0.58, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 24 | 120 | - |
| CMYK | 0.58 | 0.8 | 0 | 0.53 |
| HSL | 256.25º | 0.67% | 0.28% | - |
| HSV(B) | 256.25º | 0.8% | 0.47% | - |
| XYZ | 5.03 | 2.69 | 18.02 | - |
| YUV | 42.72 | 171.61 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 120 | 0.58 | 0.8 | 0 | 0.53 | 256.25 | 0.67 | 0.28 |
| Hex | 32 | 18 | 78 | 3A | 50 | 0 | 35 | 100 | 43 | 1C |
| Octal | 62 | 30 | 170 | 72 | 120 | 0 | 65 | 400 | 103 | 34 |
| Binary | 110010 | 11000 | 1111000 | 111010 | 1010000 | 0 | 110101 | 100000000 | 1000011 | 11100 |
Color Harmonies of #321878
Complementary color
Monochromatic Colors of #321878
Black with #321878
Text Example
Text Example
White with #321878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321878; }
p { color: rgb(50,24,120); }
H1.HeaderClassName
{
color: #321878;
}
.AnyTagClassName
{
color: #321878;
}
</style>
background-color css
<style>
a { background-color: #321878; }
a { background-color: rgb(50,24,120); }
div.DivClassName
{
background-color: #321878;
}
.BgClassName
{
background-color: #321878;
}
</style>
border-color css
<style>
span { border-color: #321878; }
span { border-color: rgb(50,24,120); }
td.TdClassName
{
border-color: #321878;
}
.TagClassName
{
border-color: #321878;
}
</style>