Shades of Persian Indigo #321B70
Tints of Persian Indigo #321B70
RGB
CMYK
RGB Variations
Color information
#321B70 (or 0x321B70) is known color: Persian Indigo. HEX triplet: 32, 1B and 70. RGB value is (50,27,112). Sum of RGB (Red+Green+Blue) = 50+27+112=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #321B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321B70 is #CDE48F. Grayscale: #2B2B2B. Windows color (decimal): -13493392 or 7346994. OLE color: 7346994.
HSL color Cylindrical-coordinate representation of color #321B70: hue angle of 256.24º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #321B70 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 27 | 112 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.56 |
| HSL | 256.24º | 0.61% | 0.27% | - |
| HSV(B) | 256.24º | 0.76% | 0.44% | - |
| XYZ | 4.63 | 2.63 | 15.59 | - |
| YUV | 43.57 | 166.62 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 112 | 0.55 | 0.76 | 0 | 0.56 | 256.24 | 0.61 | 0.27 |
| Hex | 32 | 1B | 70 | 37 | 4C | 0 | 38 | 100 | 3D | 1B |
| Octal | 62 | 33 | 160 | 67 | 114 | 0 | 70 | 400 | 75 | 33 |
| Binary | 110010 | 11011 | 1110000 | 110111 | 1001100 | 0 | 111000 | 100000000 | 111101 | 11011 |
Color Harmonies of #321B70
Complementary color
Monochromatic Colors of #321B70
Black with #321B70
Text Example
Text Example
White with #321B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B70; }
p { color: rgb(50,27,112); }
H1.HeaderClassName
{
color: #321B70;
}
.AnyTagClassName
{
color: #321B70;
}
</style>
background-color css
<style>
a { background-color: #321B70; }
a { background-color: rgb(50,27,112); }
div.DivClassName
{
background-color: #321B70;
}
.BgClassName
{
background-color: #321B70;
}
</style>
border-color css
<style>
span { border-color: #321B70; }
span { border-color: rgb(50,27,112); }
td.TdClassName
{
border-color: #321B70;
}
.TagClassName
{
border-color: #321B70;
}
</style>