Shades of Persian Indigo #311A74
Tints of Persian Indigo #311A74
RGB
CMYK
RGB Variations
Color information
#311A74 (or 0x311A74) is known color: Persian Indigo. HEX triplet: 31, 1A and 74. RGB value is (49,26,116). Sum of RGB (Red+Green+Blue) = 49+26+116=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 116 (45.70% from 255 or 60.73% from 191); Max value from RGB is 116 - color contains mainly: blue. Hex color #311A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311A74 is #CEE58B. Grayscale: #2A2A2A. Windows color (decimal): -13559180 or 7608881. OLE color: 7608881.
HSL color Cylindrical-coordinate representation of color #311A74: hue angle of 255.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #311A74 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 26 | 116 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.55 |
| HSL | 255.33º | 0.63% | 0.28% | - |
| HSV(B) | 255.33º | 0.78% | 0.45% | - |
| XYZ | 4.79 | 2.65 | 16.78 | - |
| YUV | 43.14 | 169.12 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 116 | 0.58 | 0.78 | 0 | 0.55 | 255.33 | 0.63 | 0.28 |
| Hex | 31 | 1A | 74 | 3A | 4E | 0 | 37 | FF | 3F | 1C |
| Octal | 61 | 32 | 164 | 72 | 116 | 0 | 67 | 377 | 77 | 34 |
| Binary | 110001 | 11010 | 1110100 | 111010 | 1001110 | 0 | 110111 | 11111111 | 111111 | 11100 |
Color Harmonies of #311A74
Complementary color
Monochromatic Colors of #311A74
Black with #311A74
Text Example
Text Example
White with #311A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311A74; }
p { color: rgb(49,26,116); }
H1.HeaderClassName
{
color: #311A74;
}
.AnyTagClassName
{
color: #311A74;
}
</style>
background-color css
<style>
a { background-color: #311A74; }
a { background-color: rgb(49,26,116); }
div.DivClassName
{
background-color: #311A74;
}
.BgClassName
{
background-color: #311A74;
}
</style>
border-color css
<style>
span { border-color: #311A74; }
span { border-color: rgb(49,26,116); }
td.TdClassName
{
border-color: #311A74;
}
.TagClassName
{
border-color: #311A74;
}
</style>