Shades of Jacksons Purple #30338E
Tints of Jacksons Purple #30338E
RGB
CMYK
RGB Variations
Color information
#30338E (or 0x30338E) is known color: Jacksons Purple. HEX triplet: 30, 33 and 8E. RGB value is (48,51,142). Sum of RGB (Red+Green+Blue) = 48+51+142=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #30338E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30338E is #CFCC71. Grayscale: #3C3C3C. Windows color (decimal): -13618290 or 9319216. OLE color: 9319216.
HSL color Cylindrical-coordinate representation of color #30338E: hue angle of 238.09º 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 #30338E is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 51 | 142 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.44 |
| HSL | 238.09º | 0.49% | 0.37% | - |
| HSV(B) | 238.09º | 0.66% | 0.56% | - |
| XYZ | 7.29 | 4.95 | 26.16 | - |
| YUV | 60.48 | 174.01 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 142 | 0.66 | 0.64 | 0 | 0.44 | 238.09 | 0.49 | 0.37 |
| Hex | 30 | 33 | 8E | 42 | 40 | 0 | 2C | EE | 31 | 25 |
| Octal | 60 | 63 | 216 | 102 | 100 | 0 | 54 | 356 | 61 | 45 |
| Binary | 110000 | 110011 | 10001110 | 1000010 | 1000000 | 0 | 101100 | 11101110 | 110001 | 100101 |
Color Harmonies of #30338E
Complementary color
Monochromatic Colors of #30338E
Black with #30338E
Text Example
Text Example
White with #30338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30338E; }
p { color: rgb(48,51,142); }
H1.HeaderClassName
{
color: #30338E;
}
.AnyTagClassName
{
color: #30338E;
}
</style>
background-color css
<style>
a { background-color: #30338E; }
a { background-color: rgb(48,51,142); }
div.DivClassName
{
background-color: #30338E;
}
.BgClassName
{
background-color: #30338E;
}
</style>
border-color css
<style>
span { border-color: #30338E; }
span { border-color: rgb(48,51,142); }
td.TdClassName
{
border-color: #30338E;
}
.TagClassName
{
border-color: #30338E;
}
</style>