Shades of Persian Indigo #331F7C
Tints of Persian Indigo #331F7C
RGB
CMYK
RGB Variations
Color information
#331F7C (or 0x331F7C) is known color: Persian Indigo. HEX triplet: 33, 1F and 7C. RGB value is (51,31,124). Sum of RGB (Red+Green+Blue) = 51+31+124=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #331F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331F7C is #CCE083. Grayscale: #2F2F2F. Windows color (decimal): -13426820 or 8134451. OLE color: 8134451.
HSL color Cylindrical-coordinate representation of color #331F7C: hue angle of 252.9º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331F7C is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 31 | 124 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.51 |
| HSL | 252.9º | 0.6% | 0.3% | - |
| HSV(B) | 252.9º | 0.75% | 0.49% | - |
| XYZ | 5.49 | 3.14 | 19.39 | - |
| YUV | 47.58 | 171.13 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 124 | 0.59 | 0.75 | 0 | 0.51 | 252.9 | 0.6 | 0.3 |
| Hex | 33 | 1F | 7C | 3B | 4B | 0 | 33 | FD | 3C | 1E |
| Octal | 63 | 37 | 174 | 73 | 113 | 0 | 63 | 375 | 74 | 36 |
| Binary | 110011 | 11111 | 1111100 | 111011 | 1001011 | 0 | 110011 | 11111101 | 111100 | 11110 |
Color Harmonies of #331F7C
Complementary color
Monochromatic Colors of #331F7C
Black with #331F7C
Text Example
Text Example
White with #331F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331F7C; }
p { color: rgb(51,31,124); }
H1.HeaderClassName
{
color: #331F7C;
}
.AnyTagClassName
{
color: #331F7C;
}
</style>
background-color css
<style>
a { background-color: #331F7C; }
a { background-color: rgb(51,31,124); }
div.DivClassName
{
background-color: #331F7C;
}
.BgClassName
{
background-color: #331F7C;
}
</style>
border-color css
<style>
span { border-color: #331F7C; }
span { border-color: rgb(51,31,124); }
td.TdClassName
{
border-color: #331F7C;
}
.TagClassName
{
border-color: #331F7C;
}
</style>