Shades of Persian Indigo #311099
Tints of Persian Indigo #311099
RGB
CMYK
RGB Variations
Color information
#311099 (or 0x311099) is known color: Persian Indigo. HEX triplet: 31, 10 and 99. RGB value is (49,16,153). Sum of RGB (Red+Green+Blue) = 49+16+153=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #311099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311099 is #CEEF66. Grayscale: #282828. Windows color (decimal): -13561703 or 10031153. OLE color: 10031153.
HSL color Cylindrical-coordinate representation of color #311099: hue angle of 254.45º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #311099 is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 16 | 153 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.4 |
| HSL | 254.45º | 0.81% | 0.33% | - |
| HSV(B) | 254.45º | 0.9% | 0.6% | - |
| XYZ | 7.2 | 3.32 | 30.4 | - |
| YUV | 41.49 | 190.93 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 153 | 0.68 | 0.90 | 0 | 0.4 | 254.45 | 0.81 | 0.33 |
| Hex | 31 | 10 | 99 | 44 | 5A | 0 | 28 | FE | 51 | 21 |
| Octal | 61 | 20 | 231 | 104 | 132 | 0 | 50 | 376 | 121 | 41 |
| Binary | 110001 | 10000 | 10011001 | 1000100 | 1011010 | 0 | 101000 | 11111110 | 1010001 | 100001 |
Color Harmonies of #311099
Complementary color
Monochromatic Colors of #311099
Black with #311099
Text Example
Text Example
White with #311099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311099; }
p { color: rgb(49,16,153); }
H1.HeaderClassName
{
color: #311099;
}
.AnyTagClassName
{
color: #311099;
}
</style>
background-color css
<style>
a { background-color: #311099; }
a { background-color: rgb(49,16,153); }
div.DivClassName
{
background-color: #311099;
}
.BgClassName
{
background-color: #311099;
}
</style>
border-color css
<style>
span { border-color: #311099; }
span { border-color: rgb(49,16,153); }
td.TdClassName
{
border-color: #311099;
}
.TagClassName
{
border-color: #311099;
}
</style>