Shades of Persian Indigo #331F8D
Tints of Persian Indigo #331F8D
RGB
CMYK
RGB Variations
Color information
#331F8D (or 0x331F8D) is known color: Persian Indigo. HEX triplet: 33, 1F and 8D. RGB value is (51,31,141). Sum of RGB (Red+Green+Blue) = 51+31+141=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #331F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331F8D is #CCE072. Grayscale: #313131. Windows color (decimal): -13426803 or 9248563. OLE color: 9248563.
HSL color Cylindrical-coordinate representation of color #331F8D: hue angle of 250.91º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #331F8D is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 31 | 141 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.45 |
| HSL | 250.91º | 0.64% | 0.34% | - |
| HSV(B) | 250.91º | 0.78% | 0.55% | - |
| XYZ | 6.66 | 3.61 | 25.54 | - |
| YUV | 49.52 | 179.63 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 141 | 0.64 | 0.78 | 0 | 0.45 | 250.91 | 0.64 | 0.34 |
| Hex | 33 | 1F | 8D | 40 | 4E | 0 | 2D | FB | 40 | 22 |
| Octal | 63 | 37 | 215 | 100 | 116 | 0 | 55 | 373 | 100 | 42 |
| Binary | 110011 | 11111 | 10001101 | 1000000 | 1001110 | 0 | 101101 | 11111011 | 1000000 | 100010 |
Color Harmonies of #331F8D
Complementary color
Monochromatic Colors of #331F8D
Black with #331F8D
Text Example
Text Example
White with #331F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331F8D; }
p { color: rgb(51,31,141); }
H1.HeaderClassName
{
color: #331F8D;
}
.AnyTagClassName
{
color: #331F8D;
}
</style>
background-color css
<style>
a { background-color: #331F8D; }
a { background-color: rgb(51,31,141); }
div.DivClassName
{
background-color: #331F8D;
}
.BgClassName
{
background-color: #331F8D;
}
</style>
border-color css
<style>
span { border-color: #331F8D; }
span { border-color: rgb(51,31,141); }
td.TdClassName
{
border-color: #331F8D;
}
.TagClassName
{
border-color: #331F8D;
}
</style>