Shades of Persian Indigo #321A83
Tints of Persian Indigo #321A83
RGB
CMYK
RGB Variations
Color information
#321A83 (or 0x321A83) is known color: Persian Indigo. HEX triplet: 32, 1A and 83. RGB value is (50,26,131). Sum of RGB (Red+Green+Blue) = 50+26+131=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 131 (51.56% from 255 or 63.29% from 207); Max value from RGB is 131 - color contains mainly: blue. Hex color #321A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321A83 is #CDE57C. Grayscale: #2C2C2C. Windows color (decimal): -13493629 or 8591922. OLE color: 8591922.
HSL color Cylindrical-coordinate representation of color #321A83: hue angle of 253.71º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321A83 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 26 | 131 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.49 |
| HSL | 253.71º | 0.67% | 0.31% | - |
| HSV(B) | 253.71º | 0.8% | 0.51% | - |
| XYZ | 5.78 | 3.06 | 21.76 | - |
| YUV | 45.15 | 176.45 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 131 | 0.62 | 0.80 | 0 | 0.49 | 253.71 | 0.67 | 0.31 |
| Hex | 32 | 1A | 83 | 3E | 50 | 0 | 31 | FE | 43 | 1F |
| Octal | 62 | 32 | 203 | 76 | 120 | 0 | 61 | 376 | 103 | 37 |
| Binary | 110010 | 11010 | 10000011 | 111110 | 1010000 | 0 | 110001 | 11111110 | 1000011 | 11111 |
Color Harmonies of #321A83
Complementary color
Monochromatic Colors of #321A83
Black with #321A83
Text Example
Text Example
White with #321A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A83; }
p { color: rgb(50,26,131); }
H1.HeaderClassName
{
color: #321A83;
}
.AnyTagClassName
{
color: #321A83;
}
</style>
background-color css
<style>
a { background-color: #321A83; }
a { background-color: rgb(50,26,131); }
div.DivClassName
{
background-color: #321A83;
}
.BgClassName
{
background-color: #321A83;
}
</style>
border-color css
<style>
span { border-color: #321A83; }
span { border-color: rgb(50,26,131); }
td.TdClassName
{
border-color: #321A83;
}
.TagClassName
{
border-color: #321A83;
}
</style>