Shades of Persian Indigo #31056F
Tints of Persian Indigo #31056F
RGB
CMYK
RGB Variations
Color information
#31056F (or 0x31056F) is known color: Persian Indigo. HEX triplet: 31, 05 and 6F. RGB value is (49,5,111). Sum of RGB (Red+Green+Blue) = 49+5+111=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 111 (43.75% from 255 or 67.27% from 165); Max value from RGB is 111 - color contains mainly: blue. Hex color #31056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31056F is #CEFA90. Grayscale: #1D1D1D. Windows color (decimal): -13564561 or 7275825. OLE color: 7275825.
HSL color Cylindrical-coordinate representation of color #31056F: hue angle of 264.91º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31056F is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 5 | 111 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.56 |
| HSL | 264.91º | 0.91% | 0.23% | - |
| HSV(B) | 264.91º | 0.95% | 0.44% | - |
| XYZ | 4.19 | 1.91 | 15.19 | - |
| YUV | 30.24 | 173.58 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 111 | 0.56 | 0.95 | 0 | 0.56 | 264.91 | 0.91 | 0.23 |
| Hex | 31 | 5 | 6F | 38 | 5F | 0 | 38 | 109 | 5B | 17 |
| Octal | 61 | 5 | 157 | 70 | 137 | 0 | 70 | 411 | 133 | 27 |
| Binary | 110001 | 101 | 1101111 | 111000 | 1011111 | 0 | 111000 | 100001001 | 1011011 | 10111 |
Color Harmonies of #31056F
Complementary color
Monochromatic Colors of #31056F
Black with #31056F
Text Example
Text Example
White with #31056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31056F; }
p { color: rgb(49,5,111); }
H1.HeaderClassName
{
color: #31056F;
}
.AnyTagClassName
{
color: #31056F;
}
</style>
background-color css
<style>
a { background-color: #31056F; }
a { background-color: rgb(49,5,111); }
div.DivClassName
{
background-color: #31056F;
}
.BgClassName
{
background-color: #31056F;
}
</style>
border-color css
<style>
span { border-color: #31056F; }
span { border-color: rgb(49,5,111); }
td.TdClassName
{
border-color: #31056F;
}
.TagClassName
{
border-color: #31056F;
}
</style>