Shades of Persian Indigo #312288
Tints of Persian Indigo #312288
RGB
CMYK
RGB Variations
Color information
#312288 (or 0x312288) is known color: Persian Indigo. HEX triplet: 31, 22 and 88. RGB value is (49,34,136). Sum of RGB (Red+Green+Blue) = 49+34+136=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #312288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312288 is #CEDD77. Grayscale: #313131. Windows color (decimal): -13557112 or 8921649. OLE color: 8921649.
HSL color Cylindrical-coordinate representation of color #312288: hue angle of 248.82º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #312288 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 34 | 136 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.47 |
| HSL | 248.82º | 0.6% | 0.33% | - |
| HSV(B) | 248.82º | 0.75% | 0.53% | - |
| XYZ | 6.28 | 3.57 | 23.65 | - |
| YUV | 50.11 | 176.47 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 136 | 0.64 | 0.75 | 0 | 0.47 | 248.82 | 0.6 | 0.33 |
| Hex | 31 | 22 | 88 | 40 | 4B | 0 | 2F | F9 | 3C | 21 |
| Octal | 61 | 42 | 210 | 100 | 113 | 0 | 57 | 371 | 74 | 41 |
| Binary | 110001 | 100010 | 10001000 | 1000000 | 1001011 | 0 | 101111 | 11111001 | 111100 | 100001 |
Color Harmonies of #312288
Complementary color
Monochromatic Colors of #312288
Black with #312288
Text Example
Text Example
White with #312288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312288; }
p { color: rgb(49,34,136); }
H1.HeaderClassName
{
color: #312288;
}
.AnyTagClassName
{
color: #312288;
}
</style>
background-color css
<style>
a { background-color: #312288; }
a { background-color: rgb(49,34,136); }
div.DivClassName
{
background-color: #312288;
}
.BgClassName
{
background-color: #312288;
}
</style>
border-color css
<style>
span { border-color: #312288; }
span { border-color: rgb(49,34,136); }
td.TdClassName
{
border-color: #312288;
}
.TagClassName
{
border-color: #312288;
}
</style>