Shades of Persian Indigo #31127D
Tints of Persian Indigo #31127D
RGB
CMYK
RGB Variations
Color information
#31127D (or 0x31127D) is known color: Persian Indigo. HEX triplet: 31, 12 and 7D. RGB value is (49,18,125). Sum of RGB (Red+Green+Blue) = 49+18+125=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #31127D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31127D is #CEED82. Grayscale: #272727. Windows color (decimal): -13561219 or 8196657. OLE color: 8196657.
HSL color Cylindrical-coordinate representation of color #31127D: hue angle of 257.38º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31127D is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 18 | 125 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.51 |
| HSL | 257.38º | 0.75% | 0.28% | - |
| HSV(B) | 257.38º | 0.86% | 0.49% | - |
| XYZ | 5.18 | 2.57 | 19.62 | - |
| YUV | 39.47 | 176.27 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 125 | 0.61 | 0.86 | 0 | 0.51 | 257.38 | 0.75 | 0.28 |
| Hex | 31 | 12 | 7D | 3D | 56 | 0 | 33 | 101 | 4B | 1C |
| Octal | 61 | 22 | 175 | 75 | 126 | 0 | 63 | 401 | 113 | 34 |
| Binary | 110001 | 10010 | 1111101 | 111101 | 1010110 | 0 | 110011 | 100000001 | 1001011 | 11100 |
Color Harmonies of #31127D
Complementary color
Monochromatic Colors of #31127D
Black with #31127D
Text Example
Text Example
White with #31127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31127D; }
p { color: rgb(49,18,125); }
H1.HeaderClassName
{
color: #31127D;
}
.AnyTagClassName
{
color: #31127D;
}
</style>
background-color css
<style>
a { background-color: #31127D; }
a { background-color: rgb(49,18,125); }
div.DivClassName
{
background-color: #31127D;
}
.BgClassName
{
background-color: #31127D;
}
</style>
border-color css
<style>
span { border-color: #31127D; }
span { border-color: rgb(49,18,125); }
td.TdClassName
{
border-color: #31127D;
}
.TagClassName
{
border-color: #31127D;
}
</style>