Shades of Persian Indigo #31247F
Tints of Persian Indigo #31247F
RGB
CMYK
RGB Variations
Color information
#31247F (or 0x31247F) is known color: Persian Indigo. HEX triplet: 31, 24 and 7F. RGB value is (49,36,127). Sum of RGB (Red+Green+Blue) = 49+36+127=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #31247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31247F is #CEDB80. Grayscale: #313131. Windows color (decimal): -13556609 or 8332337. OLE color: 8332337.
HSL color Cylindrical-coordinate representation of color #31247F: hue angle of 248.57º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31247F is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 36 | 127 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.50 |
| HSL | 248.57º | 0.56% | 0.32% | - |
| HSV(B) | 248.57º | 0.72% | 0.5% | - |
| XYZ | 5.73 | 3.45 | 20.44 | - |
| YUV | 50.26 | 171.31 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 127 | 0.61 | 0.72 | 0 | 0.50 | 248.57 | 0.56 | 0.32 |
| Hex | 31 | 24 | 7F | 3D | 48 | 0 | 32 | F9 | 38 | 20 |
| Octal | 61 | 44 | 177 | 75 | 110 | 0 | 62 | 371 | 70 | 40 |
| Binary | 110001 | 100100 | 1111111 | 111101 | 1001000 | 0 | 110010 | 11111001 | 111000 | 100000 |
Color Harmonies of #31247F
Complementary color
Monochromatic Colors of #31247F
Black with #31247F
Text Example
Text Example
White with #31247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31247F; }
p { color: rgb(49,36,127); }
H1.HeaderClassName
{
color: #31247F;
}
.AnyTagClassName
{
color: #31247F;
}
</style>
background-color css
<style>
a { background-color: #31247F; }
a { background-color: rgb(49,36,127); }
div.DivClassName
{
background-color: #31247F;
}
.BgClassName
{
background-color: #31247F;
}
</style>
border-color css
<style>
span { border-color: #31247F; }
span { border-color: rgb(49,36,127); }
td.TdClassName
{
border-color: #31247F;
}
.TagClassName
{
border-color: #31247F;
}
</style>