Shades of Persian Indigo #321080
Tints of Persian Indigo #321080
RGB
CMYK
RGB Variations
Color information
#321080 (or 0x321080) is known color: Persian Indigo. HEX triplet: 32, 10 and 80. RGB value is (50,16,128). Sum of RGB (Red+Green+Blue) = 50+16+128=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 128 (50.39% from 255 or 65.98% from 194); Max value from RGB is 128 - color contains mainly: blue. Hex color #321080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321080 is #CDEF7F. Grayscale: #262626. Windows color (decimal): -13496192 or 8392754. OLE color: 8392754.
HSL color Cylindrical-coordinate representation of color #321080: hue angle of 258.21º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321080 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 16 | 128 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.50 |
| HSL | 258.21º | 0.78% | 0.28% | - |
| HSV(B) | 258.21º | 0.88% | 0.5% | - |
| XYZ | 5.4 | 2.61 | 20.64 | - |
| YUV | 38.93 | 178.26 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 128 | 0.61 | 0.88 | 0 | 0.50 | 258.21 | 0.78 | 0.28 |
| Hex | 32 | 10 | 80 | 3D | 58 | 0 | 32 | 102 | 4E | 1C |
| Octal | 62 | 20 | 200 | 75 | 130 | 0 | 62 | 402 | 116 | 34 |
| Binary | 110010 | 10000 | 10000000 | 111101 | 1011000 | 0 | 110010 | 100000010 | 1001110 | 11100 |
Color Harmonies of #321080
Complementary color
Monochromatic Colors of #321080
Black with #321080
Text Example
Text Example
White with #321080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321080; }
p { color: rgb(50,16,128); }
H1.HeaderClassName
{
color: #321080;
}
.AnyTagClassName
{
color: #321080;
}
</style>
background-color css
<style>
a { background-color: #321080; }
a { background-color: rgb(50,16,128); }
div.DivClassName
{
background-color: #321080;
}
.BgClassName
{
background-color: #321080;
}
</style>
border-color css
<style>
span { border-color: #321080; }
span { border-color: rgb(50,16,128); }
td.TdClassName
{
border-color: #321080;
}
.TagClassName
{
border-color: #321080;
}
</style>