Shades of Persian Indigo #31048B
Tints of Persian Indigo #31048B
RGB
CMYK
RGB Variations
Color information
#31048B (or 0x31048B) is known color: Persian Indigo. HEX triplet: 31, 04 and 8B. RGB value is (49,4,139). Sum of RGB (Red+Green+Blue) = 49+4+139=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 139 (54.69% from 255 or 72.40% from 192); Max value from RGB is 139 - color contains mainly: blue. Hex color #31048B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31048B is #CEFB74. Grayscale: #202020. Windows color (decimal): -13564789 or 9110577. OLE color: 9110577.
HSL color Cylindrical-coordinate representation of color #31048B: hue angle of 260º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31048B is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 4 | 139 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.45 |
| HSL | 260º | 0.94% | 0.28% | - |
| HSV(B) | 260º | 0.97% | 0.55% | - |
| XYZ | 5.97 | 2.6 | 24.61 | - |
| YUV | 32.85 | 187.91 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 4 | 139 | 0.65 | 0.97 | 0 | 0.45 | 260 | 0.94 | 0.28 |
| Hex | 31 | 4 | 8B | 41 | 61 | 0 | 2D | 104 | 5E | 1C |
| Octal | 61 | 4 | 213 | 101 | 141 | 0 | 55 | 404 | 136 | 34 |
| Binary | 110001 | 100 | 10001011 | 1000001 | 1100001 | 0 | 101101 | 100000100 | 1011110 | 11100 |
Color Harmonies of #31048B
Complementary color
Monochromatic Colors of #31048B
Black with #31048B
Text Example
Text Example
White with #31048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31048B; }
p { color: rgb(49,4,139); }
H1.HeaderClassName
{
color: #31048B;
}
.AnyTagClassName
{
color: #31048B;
}
</style>
background-color css
<style>
a { background-color: #31048B; }
a { background-color: rgb(49,4,139); }
div.DivClassName
{
background-color: #31048B;
}
.BgClassName
{
background-color: #31048B;
}
</style>
border-color css
<style>
span { border-color: #31048B; }
span { border-color: rgb(49,4,139); }
td.TdClassName
{
border-color: #31048B;
}
.TagClassName
{
border-color: #31048B;
}
</style>