Shades of Persian Indigo #31097D
Tints of Persian Indigo #31097D
RGB
CMYK
RGB Variations
Color information
#31097D (or 0x31097D) is known color: Persian Indigo. HEX triplet: 31, 09 and 7D. RGB value is (49,9,125). Sum of RGB (Red+Green+Blue) = 49+9+125=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #31097D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31097D is #CEF682. Grayscale: #212121. Windows color (decimal): -13563523 or 8194353. OLE color: 8194353.
HSL color Cylindrical-coordinate representation of color #31097D: hue angle of 260.69º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31097D is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 9 | 125 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.51 |
| HSL | 260.69º | 0.87% | 0.26% | - |
| HSV(B) | 260.69º | 0.93% | 0.49% | - |
| XYZ | 5.07 | 2.33 | 19.58 | - |
| YUV | 34.18 | 179.25 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 125 | 0.61 | 0.93 | 0 | 0.51 | 260.69 | 0.87 | 0.26 |
| Hex | 31 | 9 | 7D | 3D | 5D | 0 | 33 | 105 | 57 | 1A |
| Octal | 61 | 11 | 175 | 75 | 135 | 0 | 63 | 405 | 127 | 32 |
| Binary | 110001 | 1001 | 1111101 | 111101 | 1011101 | 0 | 110011 | 100000101 | 1010111 | 11010 |
Color Harmonies of #31097D
Complementary color
Monochromatic Colors of #31097D
Black with #31097D
Text Example
Text Example
White with #31097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31097D; }
p { color: rgb(49,9,125); }
H1.HeaderClassName
{
color: #31097D;
}
.AnyTagClassName
{
color: #31097D;
}
</style>
background-color css
<style>
a { background-color: #31097D; }
a { background-color: rgb(49,9,125); }
div.DivClassName
{
background-color: #31097D;
}
.BgClassName
{
background-color: #31097D;
}
</style>
border-color css
<style>
span { border-color: #31097D; }
span { border-color: rgb(49,9,125); }
td.TdClassName
{
border-color: #31097D;
}
.TagClassName
{
border-color: #31097D;
}
</style>