Shades of Persian Indigo #321D6F
Tints of Persian Indigo #321D6F
RGB
CMYK
RGB Variations
Color information
#321D6F (or 0x321D6F) is known color: Persian Indigo. HEX triplet: 32, 1D and 6F. RGB value is (50,29,111). Sum of RGB (Red+Green+Blue) = 50+29+111=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #321D6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321D6F is #CDE290. Grayscale: #2C2C2C. Windows color (decimal): -13492881 or 7281970. OLE color: 7281970.
HSL color Cylindrical-coordinate representation of color #321D6F: hue angle of 255.37º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #321D6F is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 29 | 111 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.56 |
| HSL | 255.37º | 0.59% | 0.27% | - |
| HSV(B) | 255.37º | 0.74% | 0.44% | - |
| XYZ | 4.62 | 2.7 | 15.32 | - |
| YUV | 44.63 | 165.46 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 111 | 0.55 | 0.74 | 0 | 0.56 | 255.37 | 0.59 | 0.27 |
| Hex | 32 | 1D | 6F | 37 | 4A | 0 | 38 | FF | 3B | 1B |
| Octal | 62 | 35 | 157 | 67 | 112 | 0 | 70 | 377 | 73 | 33 |
| Binary | 110010 | 11101 | 1101111 | 110111 | 1001010 | 0 | 111000 | 11111111 | 111011 | 11011 |
Color Harmonies of #321D6F
Complementary color
Monochromatic Colors of #321D6F
Black with #321D6F
Text Example
Text Example
White with #321D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D6F; }
p { color: rgb(50,29,111); }
H1.HeaderClassName
{
color: #321D6F;
}
.AnyTagClassName
{
color: #321D6F;
}
</style>
background-color css
<style>
a { background-color: #321D6F; }
a { background-color: rgb(50,29,111); }
div.DivClassName
{
background-color: #321D6F;
}
.BgClassName
{
background-color: #321D6F;
}
</style>
border-color css
<style>
span { border-color: #321D6F; }
span { border-color: rgb(50,29,111); }
td.TdClassName
{
border-color: #321D6F;
}
.TagClassName
{
border-color: #321D6F;
}
</style>