Shades of Persian Indigo #321399
Tints of Persian Indigo #321399
RGB
CMYK
RGB Variations
Color information
#321399 (or 0x321399) is known color: Persian Indigo. HEX triplet: 32, 13 and 99. RGB value is (50,19,153). Sum of RGB (Red+Green+Blue) = 50+19+153=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #321399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321399 is #CDEC66. Grayscale: #2B2B2B. Windows color (decimal): -13495399 or 10031922. OLE color: 10031922.
HSL color Cylindrical-coordinate representation of color #321399: hue angle of 253.88º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321399 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 19 | 153 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.4 |
| HSL | 253.88º | 0.78% | 0.34% | - |
| HSV(B) | 253.88º | 0.88% | 0.6% | - |
| XYZ | 7.3 | 3.44 | 30.42 | - |
| YUV | 43.55 | 189.77 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 153 | 0.67 | 0.88 | 0 | 0.4 | 253.88 | 0.78 | 0.34 |
| Hex | 32 | 13 | 99 | 43 | 58 | 0 | 28 | FE | 4E | 22 |
| Octal | 62 | 23 | 231 | 103 | 130 | 0 | 50 | 376 | 116 | 42 |
| Binary | 110010 | 10011 | 10011001 | 1000011 | 1011000 | 0 | 101000 | 11111110 | 1001110 | 100010 |
Color Harmonies of #321399
Complementary color
Monochromatic Colors of #321399
Black with #321399
Text Example
Text Example
White with #321399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321399; }
p { color: rgb(50,19,153); }
H1.HeaderClassName
{
color: #321399;
}
.AnyTagClassName
{
color: #321399;
}
</style>
background-color css
<style>
a { background-color: #321399; }
a { background-color: rgb(50,19,153); }
div.DivClassName
{
background-color: #321399;
}
.BgClassName
{
background-color: #321399;
}
</style>
border-color css
<style>
span { border-color: #321399; }
span { border-color: rgb(50,19,153); }
td.TdClassName
{
border-color: #321399;
}
.TagClassName
{
border-color: #321399;
}
</style>