Shades of Jacksons Purple #312F90
Tints of Jacksons Purple #312F90
RGB
CMYK
RGB Variations
Color information
#312F90 (or 0x312F90) is known color: Jacksons Purple. HEX triplet: 31, 2F and 90. RGB value is (49,47,144). Sum of RGB (Red+Green+Blue) = 49+47+144=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #312F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312F90 is #CED06F. Grayscale: #3A3A3A. Windows color (decimal): -13553776 or 9449265. OLE color: 9449265.
HSL color Cylindrical-coordinate representation of color #312F90: hue angle of 241.24º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #312F90 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 47 | 144 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.44 |
| HSL | 241.24º | 0.51% | 0.37% | - |
| HSV(B) | 241.24º | 0.67% | 0.56% | - |
| XYZ | 7.32 | 4.7 | 26.91 | - |
| YUV | 58.66 | 176.16 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 144 | 0.66 | 0.67 | 0 | 0.44 | 241.24 | 0.51 | 0.37 |
| Hex | 31 | 2F | 90 | 42 | 43 | 0 | 2C | F1 | 33 | 25 |
| Octal | 61 | 57 | 220 | 102 | 103 | 0 | 54 | 361 | 63 | 45 |
| Binary | 110001 | 101111 | 10010000 | 1000010 | 1000011 | 0 | 101100 | 11110001 | 110011 | 100101 |
Color Harmonies of #312F90
Complementary color
Monochromatic Colors of #312F90
Black with #312F90
Text Example
Text Example
White with #312F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F90; }
p { color: rgb(49,47,144); }
H1.HeaderClassName
{
color: #312F90;
}
.AnyTagClassName
{
color: #312F90;
}
</style>
background-color css
<style>
a { background-color: #312F90; }
a { background-color: rgb(49,47,144); }
div.DivClassName
{
background-color: #312F90;
}
.BgClassName
{
background-color: #312F90;
}
</style>
border-color css
<style>
span { border-color: #312F90; }
span { border-color: rgb(49,47,144); }
td.TdClassName
{
border-color: #312F90;
}
.TagClassName
{
border-color: #312F90;
}
</style>