Shades of Persian Indigo #321E75
Tints of Persian Indigo #321E75
RGB
CMYK
RGB Variations
Color information
#321E75 (or 0x321E75) is known color: Persian Indigo. HEX triplet: 32, 1E and 75. RGB value is (50,30,117). Sum of RGB (Red+Green+Blue) = 50+30+117=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #321E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321E75 is #CDE18A. Grayscale: #2D2D2D. Windows color (decimal): -13492619 or 7675442. OLE color: 7675442.
HSL color Cylindrical-coordinate representation of color #321E75: hue angle of 253.79º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #321E75 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 30 | 117 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.54 |
| HSL | 253.79º | 0.59% | 0.29% | - |
| HSV(B) | 253.79º | 0.74% | 0.46% | - |
| XYZ | 4.99 | 2.89 | 17.12 | - |
| YUV | 45.9 | 168.13 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 117 | 0.57 | 0.74 | 0 | 0.54 | 253.79 | 0.59 | 0.29 |
| Hex | 32 | 1E | 75 | 39 | 4A | 0 | 36 | FE | 3B | 1D |
| Octal | 62 | 36 | 165 | 71 | 112 | 0 | 66 | 376 | 73 | 35 |
| Binary | 110010 | 11110 | 1110101 | 111001 | 1001010 | 0 | 110110 | 11111110 | 111011 | 11101 |
Color Harmonies of #321E75
Complementary color
Monochromatic Colors of #321E75
Black with #321E75
Text Example
Text Example
White with #321E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E75; }
p { color: rgb(50,30,117); }
H1.HeaderClassName
{
color: #321E75;
}
.AnyTagClassName
{
color: #321E75;
}
</style>
background-color css
<style>
a { background-color: #321E75; }
a { background-color: rgb(50,30,117); }
div.DivClassName
{
background-color: #321E75;
}
.BgClassName
{
background-color: #321E75;
}
</style>
border-color css
<style>
span { border-color: #321E75; }
span { border-color: rgb(50,30,117); }
td.TdClassName
{
border-color: #321E75;
}
.TagClassName
{
border-color: #321E75;
}
</style>