Shades of Jacksons Purple #30358D
Tints of Jacksons Purple #30358D
RGB
CMYK
RGB Variations
Color information
#30358D (or 0x30358D) is known color: Jacksons Purple. HEX triplet: 30, 35 and 8D. RGB value is (48,53,141). Sum of RGB (Red+Green+Blue) = 48+53+141=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #30358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30358D is #CFCA72. Grayscale: #3D3D3D. Windows color (decimal): -13617779 or 9254192. OLE color: 9254192.
HSL color Cylindrical-coordinate representation of color #30358D: hue angle of 236.77º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30358D is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 53 | 141 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.45 |
| HSL | 236.77º | 0.49% | 0.37% | - |
| HSV(B) | 236.77º | 0.66% | 0.55% | - |
| XYZ | 7.3 | 5.1 | 25.8 | - |
| YUV | 61.54 | 172.84 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 141 | 0.66 | 0.62 | 0 | 0.45 | 236.77 | 0.49 | 0.37 |
| Hex | 30 | 35 | 8D | 42 | 3E | 0 | 2D | ED | 31 | 25 |
| Octal | 60 | 65 | 215 | 102 | 76 | 0 | 55 | 355 | 61 | 45 |
| Binary | 110000 | 110101 | 10001101 | 1000010 | 111110 | 0 | 101101 | 11101101 | 110001 | 100101 |
Color Harmonies of #30358D
Complementary color
Monochromatic Colors of #30358D
Black with #30358D
Text Example
Text Example
White with #30358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30358D; }
p { color: rgb(48,53,141); }
H1.HeaderClassName
{
color: #30358D;
}
.AnyTagClassName
{
color: #30358D;
}
</style>
background-color css
<style>
a { background-color: #30358D; }
a { background-color: rgb(48,53,141); }
div.DivClassName
{
background-color: #30358D;
}
.BgClassName
{
background-color: #30358D;
}
</style>
border-color css
<style>
span { border-color: #30358D; }
span { border-color: rgb(48,53,141); }
td.TdClassName
{
border-color: #30358D;
}
.TagClassName
{
border-color: #30358D;
}
</style>