Shades of Jacksons Purple #31307D
Tints of Jacksons Purple #31307D
RGB
CMYK
RGB Variations
Color information
#31307D (or 0x31307D) is known color: Jacksons Purple. HEX triplet: 31, 30 and 7D. RGB value is (49,48,125). Sum of RGB (Red+Green+Blue) = 49+48+125=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #31307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31307D is #CECF82. Grayscale: #383838. Windows color (decimal): -13553539 or 8204337. OLE color: 8204337.
HSL color Cylindrical-coordinate representation of color #31307D: hue angle of 240.78º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31307D is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 48 | 125 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.51 |
| HSL | 240.78º | 0.45% | 0.34% | - |
| HSV(B) | 240.78º | 0.62% | 0.49% | - |
| XYZ | 6.03 | 4.25 | 19.9 | - |
| YUV | 57.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 125 | 0.61 | 0.62 | 0 | 0.51 | 240.78 | 0.45 | 0.34 |
| Hex | 31 | 30 | 7D | 3D | 3E | 0 | 33 | F1 | 2D | 22 |
| Octal | 61 | 60 | 175 | 75 | 76 | 0 | 63 | 361 | 55 | 42 |
| Binary | 110001 | 110000 | 1111101 | 111101 | 111110 | 0 | 110011 | 11110001 | 101101 | 100010 |
Color Harmonies of #31307D
Complementary color
Monochromatic Colors of #31307D
Black with #31307D
Text Example
Text Example
White with #31307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31307D; }
p { color: rgb(49,48,125); }
H1.HeaderClassName
{
color: #31307D;
}
.AnyTagClassName
{
color: #31307D;
}
</style>
background-color css
<style>
a { background-color: #31307D; }
a { background-color: rgb(49,48,125); }
div.DivClassName
{
background-color: #31307D;
}
.BgClassName
{
background-color: #31307D;
}
</style>
border-color css
<style>
span { border-color: #31307D; }
span { border-color: rgb(49,48,125); }
td.TdClassName
{
border-color: #31307D;
}
.TagClassName
{
border-color: #31307D;
}
</style>