Shades of Persian Indigo #311F89
Tints of Persian Indigo #311F89
RGB
CMYK
RGB Variations
Color information
#311F89 (or 0x311F89) is known color: Persian Indigo. HEX triplet: 31, 1F and 89. RGB value is (49,31,137). Sum of RGB (Red+Green+Blue) = 49+31+137=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 137 (53.91% from 255 or 63.13% from 217); Max value from RGB is 137 - color contains mainly: blue. Hex color #311F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311F89 is #CEE076. Grayscale: #303030. Windows color (decimal): -13557879 or 8986417. OLE color: 8986417.
HSL color Cylindrical-coordinate representation of color #311F89: hue angle of 250.19º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #311F89 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 31 | 137 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.46 |
| HSL | 250.19º | 0.63% | 0.33% | - |
| HSV(B) | 250.19º | 0.77% | 0.54% | - |
| XYZ | 6.27 | 3.44 | 24 | - |
| YUV | 48.47 | 177.96 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 137 | 0.64 | 0.77 | 0 | 0.46 | 250.19 | 0.63 | 0.33 |
| Hex | 31 | 1F | 89 | 40 | 4D | 0 | 2E | FA | 3F | 21 |
| Octal | 61 | 37 | 211 | 100 | 115 | 0 | 56 | 372 | 77 | 41 |
| Binary | 110001 | 11111 | 10001001 | 1000000 | 1001101 | 0 | 101110 | 11111010 | 111111 | 100001 |
Color Harmonies of #311F89
Complementary color
Monochromatic Colors of #311F89
Black with #311F89
Text Example
Text Example
White with #311F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F89; }
p { color: rgb(49,31,137); }
H1.HeaderClassName
{
color: #311F89;
}
.AnyTagClassName
{
color: #311F89;
}
</style>
background-color css
<style>
a { background-color: #311F89; }
a { background-color: rgb(49,31,137); }
div.DivClassName
{
background-color: #311F89;
}
.BgClassName
{
background-color: #311F89;
}
</style>
border-color css
<style>
span { border-color: #311F89; }
span { border-color: rgb(49,31,137); }
td.TdClassName
{
border-color: #311F89;
}
.TagClassName
{
border-color: #311F89;
}
</style>