Shades of Persian Indigo #31129A
Tints of Persian Indigo #31129A
RGB
CMYK
RGB Variations
Color information
#31129A (or 0x31129A) is known color: Persian Indigo. HEX triplet: 31, 12 and 9A. RGB value is (49,18,154). Sum of RGB (Red+Green+Blue) = 49+18+154=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 154 (60.55% from 255 or 69.68% from 221); Max value from RGB is 154 - color contains mainly: blue. Hex color #31129A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31129A is #CEED65. Grayscale: #2A2A2A. Windows color (decimal): -13561190 or 10097201. OLE color: 10097201.
HSL color Cylindrical-coordinate representation of color #31129A: hue angle of 253.68º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31129A is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 18 | 154 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.40 |
| HSL | 253.68º | 0.79% | 0.34% | - |
| HSV(B) | 253.68º | 0.88% | 0.6% | - |
| XYZ | 7.32 | 3.42 | 30.85 | - |
| YUV | 42.77 | 190.77 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 154 | 0.68 | 0.88 | 0 | 0.40 | 253.68 | 0.79 | 0.34 |
| Hex | 31 | 12 | 9A | 44 | 58 | 0 | 28 | FE | 4F | 22 |
| Octal | 61 | 22 | 232 | 104 | 130 | 0 | 50 | 376 | 117 | 42 |
| Binary | 110001 | 10010 | 10011010 | 1000100 | 1011000 | 0 | 101000 | 11111110 | 1001111 | 100010 |
Color Harmonies of #31129A
Complementary color
Monochromatic Colors of #31129A
Black with #31129A
Text Example
Text Example
White with #31129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31129A; }
p { color: rgb(49,18,154); }
H1.HeaderClassName
{
color: #31129A;
}
.AnyTagClassName
{
color: #31129A;
}
</style>
background-color css
<style>
a { background-color: #31129A; }
a { background-color: rgb(49,18,154); }
div.DivClassName
{
background-color: #31129A;
}
.BgClassName
{
background-color: #31129A;
}
</style>
border-color css
<style>
span { border-color: #31129A; }
span { border-color: rgb(49,18,154); }
td.TdClassName
{
border-color: #31129A;
}
.TagClassName
{
border-color: #31129A;
}
</style>