Shades of Persian Indigo #321A99
Tints of Persian Indigo #321A99
RGB
CMYK
RGB Variations
Color information
#321A99 (or 0x321A99) is known color: Persian Indigo. HEX triplet: 32, 1A and 99. RGB value is (50,26,153). Sum of RGB (Red+Green+Blue) = 50+26+153=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #321A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321A99 is #CDE566. Grayscale: #2F2F2F. Windows color (decimal): -13493607 or 10033714. OLE color: 10033714.
HSL color Cylindrical-coordinate representation of color #321A99: hue angle of 251.34º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #321A99 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 26 | 153 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.4 |
| HSL | 251.34º | 0.71% | 0.35% | - |
| HSV(B) | 251.34º | 0.83% | 0.6% | - |
| XYZ | 7.43 | 3.72 | 30.46 | - |
| YUV | 47.65 | 187.45 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 153 | 0.67 | 0.83 | 0 | 0.4 | 251.34 | 0.71 | 0.35 |
| Hex | 32 | 1A | 99 | 43 | 53 | 0 | 28 | FB | 47 | 23 |
| Octal | 62 | 32 | 231 | 103 | 123 | 0 | 50 | 373 | 107 | 43 |
| Binary | 110010 | 11010 | 10011001 | 1000011 | 1010011 | 0 | 101000 | 11111011 | 1000111 | 100011 |
Color Harmonies of #321A99
Complementary color
Monochromatic Colors of #321A99
Black with #321A99
Text Example
Text Example
White with #321A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A99; }
p { color: rgb(50,26,153); }
H1.HeaderClassName
{
color: #321A99;
}
.AnyTagClassName
{
color: #321A99;
}
</style>
background-color css
<style>
a { background-color: #321A99; }
a { background-color: rgb(50,26,153); }
div.DivClassName
{
background-color: #321A99;
}
.BgClassName
{
background-color: #321A99;
}
</style>
border-color css
<style>
span { border-color: #321A99; }
span { border-color: rgb(50,26,153); }
td.TdClassName
{
border-color: #321A99;
}
.TagClassName
{
border-color: #321A99;
}
</style>