Shades of Persian Indigo #31257F
Tints of Persian Indigo #31257F
RGB
CMYK
RGB Variations
Color information
#31257F (or 0x31257F) is known color: Persian Indigo. HEX triplet: 31, 25 and 7F. RGB value is (49,37,127). Sum of RGB (Red+Green+Blue) = 49+37+127=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #31257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31257F is #CEDA80. Grayscale: #323232. Windows color (decimal): -13556353 or 8332593. OLE color: 8332593.
HSL color Cylindrical-coordinate representation of color #31257F: hue angle of 248º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31257F is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 37 | 127 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.50 |
| HSL | 248º | 0.55% | 0.32% | - |
| HSV(B) | 248º | 0.71% | 0.5% | - |
| XYZ | 5.76 | 3.51 | 20.45 | - |
| YUV | 50.85 | 170.98 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 127 | 0.61 | 0.71 | 0 | 0.50 | 248 | 0.55 | 0.32 |
| Hex | 31 | 25 | 7F | 3D | 47 | 0 | 32 | F8 | 37 | 20 |
| Octal | 61 | 45 | 177 | 75 | 107 | 0 | 62 | 370 | 67 | 40 |
| Binary | 110001 | 100101 | 1111111 | 111101 | 1000111 | 0 | 110010 | 11111000 | 110111 | 100000 |
Color Harmonies of #31257F
Complementary color
Monochromatic Colors of #31257F
Black with #31257F
Text Example
Text Example
White with #31257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31257F; }
p { color: rgb(49,37,127); }
H1.HeaderClassName
{
color: #31257F;
}
.AnyTagClassName
{
color: #31257F;
}
</style>
background-color css
<style>
a { background-color: #31257F; }
a { background-color: rgb(49,37,127); }
div.DivClassName
{
background-color: #31257F;
}
.BgClassName
{
background-color: #31257F;
}
</style>
border-color css
<style>
span { border-color: #31257F; }
span { border-color: rgb(49,37,127); }
td.TdClassName
{
border-color: #31257F;
}
.TagClassName
{
border-color: #31257F;
}
</style>