Shades of Persian Indigo #321E95
Tints of Persian Indigo #321E95
RGB
CMYK
RGB Variations
Color information
#321E95 (or 0x321E95) is known color: Persian Indigo. HEX triplet: 32, 1E and 95. RGB value is (50,30,149). Sum of RGB (Red+Green+Blue) = 50+30+149=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #321E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321E95 is #CDE16A. Grayscale: #313131. Windows color (decimal): -13492587 or 9772594. OLE color: 9772594.
HSL color Cylindrical-coordinate representation of color #321E95: hue angle of 250.08º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321E95 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 30 | 149 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.42 |
| HSL | 250.08º | 0.66% | 0.35% | - |
| HSV(B) | 250.08º | 0.8% | 0.58% | - |
| XYZ | 7.2 | 3.78 | 28.78 | - |
| YUV | 49.55 | 184.13 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 149 | 0.66 | 0.80 | 0 | 0.42 | 250.08 | 0.66 | 0.35 |
| Hex | 32 | 1E | 95 | 42 | 50 | 0 | 2A | FA | 42 | 23 |
| Octal | 62 | 36 | 225 | 102 | 120 | 0 | 52 | 372 | 102 | 43 |
| Binary | 110010 | 11110 | 10010101 | 1000010 | 1010000 | 0 | 101010 | 11111010 | 1000010 | 100011 |
Color Harmonies of #321E95
Complementary color
Monochromatic Colors of #321E95
Black with #321E95
Text Example
Text Example
White with #321E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E95; }
p { color: rgb(50,30,149); }
H1.HeaderClassName
{
color: #321E95;
}
.AnyTagClassName
{
color: #321E95;
}
</style>
background-color css
<style>
a { background-color: #321E95; }
a { background-color: rgb(50,30,149); }
div.DivClassName
{
background-color: #321E95;
}
.BgClassName
{
background-color: #321E95;
}
</style>
border-color css
<style>
span { border-color: #321E95; }
span { border-color: rgb(50,30,149); }
td.TdClassName
{
border-color: #321E95;
}
.TagClassName
{
border-color: #321E95;
}
</style>