Shades of Jacksons Purple #30318F
Tints of Jacksons Purple #30318F
RGB
CMYK
RGB Variations
Color information
#30318F (or 0x30318F) is known color: Jacksons Purple. HEX triplet: 30, 31 and 8F. RGB value is (48,49,143). Sum of RGB (Red+Green+Blue) = 48+49+143=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 143 (56.25% from 255 or 59.58% from 240); Max value from RGB is 143 - color contains mainly: blue. Hex color #30318F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30318F is #CFCE70. Grayscale: #3B3B3B. Windows color (decimal): -13618801 or 9384240. OLE color: 9384240.
HSL color Cylindrical-coordinate representation of color #30318F: hue angle of 239.37º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30318F is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 49 | 143 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.44 |
| HSL | 239.37º | 0.5% | 0.37% | - |
| HSV(B) | 239.37º | 0.66% | 0.56% | - |
| XYZ | 7.28 | 4.81 | 26.53 | - |
| YUV | 59.42 | 175.17 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 143 | 0.66 | 0.66 | 0 | 0.44 | 239.37 | 0.5 | 0.37 |
| Hex | 30 | 31 | 8F | 42 | 42 | 0 | 2C | EF | 32 | 25 |
| Octal | 60 | 61 | 217 | 102 | 102 | 0 | 54 | 357 | 62 | 45 |
| Binary | 110000 | 110001 | 10001111 | 1000010 | 1000010 | 0 | 101100 | 11101111 | 110010 | 100101 |
Color Harmonies of #30318F
Complementary color
Monochromatic Colors of #30318F
Black with #30318F
Text Example
Text Example
White with #30318F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30318F; }
p { color: rgb(48,49,143); }
H1.HeaderClassName
{
color: #30318F;
}
.AnyTagClassName
{
color: #30318F;
}
</style>
background-color css
<style>
a { background-color: #30318F; }
a { background-color: rgb(48,49,143); }
div.DivClassName
{
background-color: #30318F;
}
.BgClassName
{
background-color: #30318F;
}
</style>
border-color css
<style>
span { border-color: #30318F; }
span { border-color: rgb(48,49,143); }
td.TdClassName
{
border-color: #30318F;
}
.TagClassName
{
border-color: #30318F;
}
</style>