Shades of Jacksons Purple #30398E
Tints of Jacksons Purple #30398E
RGB
CMYK
RGB Variations
Color information
#30398E (or 0x30398E) is known color: Jacksons Purple. HEX triplet: 30, 39 and 8E. RGB value is (48,57,142). Sum of RGB (Red+Green+Blue) = 48+57+142=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #30398E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30398E is #CFC671. Grayscale: #3F3F3F. Windows color (decimal): -13616754 or 9320752. OLE color: 9320752.
HSL color Cylindrical-coordinate representation of color #30398E: hue angle of 234.26º degrees, saturation: 0.49, 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 #30398E is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 57 | 142 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.44 |
| HSL | 234.26º | 0.49% | 0.37% | - |
| HSV(B) | 234.26º | 0.66% | 0.56% | - |
| XYZ | 7.56 | 5.51 | 26.26 | - |
| YUV | 64 | 172.02 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 142 | 0.66 | 0.60 | 0 | 0.44 | 234.26 | 0.49 | 0.37 |
| Hex | 30 | 39 | 8E | 42 | 3C | 0 | 2C | EA | 31 | 25 |
| Octal | 60 | 71 | 216 | 102 | 74 | 0 | 54 | 352 | 61 | 45 |
| Binary | 110000 | 111001 | 10001110 | 1000010 | 111100 | 0 | 101100 | 11101010 | 110001 | 100101 |
Color Harmonies of #30398E
Complementary color
Monochromatic Colors of #30398E
Black with #30398E
Text Example
Text Example
White with #30398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30398E; }
p { color: rgb(48,57,142); }
H1.HeaderClassName
{
color: #30398E;
}
.AnyTagClassName
{
color: #30398E;
}
</style>
background-color css
<style>
a { background-color: #30398E; }
a { background-color: rgb(48,57,142); }
div.DivClassName
{
background-color: #30398E;
}
.BgClassName
{
background-color: #30398E;
}
</style>
border-color css
<style>
span { border-color: #30398E; }
span { border-color: rgb(48,57,142); }
td.TdClassName
{
border-color: #30398E;
}
.TagClassName
{
border-color: #30398E;
}
</style>