Shades of Jacksons Purple #313288
Tints of Jacksons Purple #313288
RGB
CMYK
RGB Variations
Color information
#313288 (or 0x313288) is known color: Jacksons Purple. HEX triplet: 31, 32 and 88. RGB value is (49,50,136). Sum of RGB (Red+Green+Blue) = 49+50+136=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 136 (53.52% from 255 or 57.87% from 235); Max value from RGB is 136 - color contains mainly: blue. Hex color #313288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313288 is #CECD77. Grayscale: #3B3B3B. Windows color (decimal): -13553016 or 8925745. OLE color: 8925745.
HSL color Cylindrical-coordinate representation of color #313288: hue angle of 239.31º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #313288 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 50 | 136 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.47 |
| HSL | 239.31º | 0.47% | 0.36% | - |
| HSV(B) | 239.31º | 0.64% | 0.53% | - |
| XYZ | 6.85 | 4.71 | 23.84 | - |
| YUV | 59.51 | 171.17 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 136 | 0.64 | 0.63 | 0 | 0.47 | 239.31 | 0.47 | 0.36 |
| Hex | 31 | 32 | 88 | 40 | 3F | 0 | 2F | EF | 2F | 24 |
| Octal | 61 | 62 | 210 | 100 | 77 | 0 | 57 | 357 | 57 | 44 |
| Binary | 110001 | 110010 | 10001000 | 1000000 | 111111 | 0 | 101111 | 11101111 | 101111 | 100100 |
Color Harmonies of #313288
Complementary color
Monochromatic Colors of #313288
Black with #313288
Text Example
Text Example
White with #313288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313288; }
p { color: rgb(49,50,136); }
H1.HeaderClassName
{
color: #313288;
}
.AnyTagClassName
{
color: #313288;
}
</style>
background-color css
<style>
a { background-color: #313288; }
a { background-color: rgb(49,50,136); }
div.DivClassName
{
background-color: #313288;
}
.BgClassName
{
background-color: #313288;
}
</style>
border-color css
<style>
span { border-color: #313288; }
span { border-color: rgb(49,50,136); }
td.TdClassName
{
border-color: #313288;
}
.TagClassName
{
border-color: #313288;
}
</style>