Shades of Jacksons Purple #30348A
Tints of Jacksons Purple #30348A
RGB
CMYK
RGB Variations
Color information
#30348A (or 0x30348A) is known color: Jacksons Purple. HEX triplet: 30, 34 and 8A. RGB value is (48,52,138). Sum of RGB (Red+Green+Blue) = 48+52+138=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #30348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30348A is #CFCB75. Grayscale: #3C3C3C. Windows color (decimal): -13618038 or 9057328. OLE color: 9057328.
HSL color Cylindrical-coordinate representation of color #30348A: hue angle of 237.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30348A is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 52 | 138 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.46 |
| HSL | 237.33º | 0.48% | 0.36% | - |
| HSV(B) | 237.33º | 0.65% | 0.54% | - |
| XYZ | 7.03 | 4.92 | 24.62 | - |
| YUV | 60.61 | 171.67 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 138 | 0.65 | 0.62 | 0 | 0.46 | 237.33 | 0.48 | 0.36 |
| Hex | 30 | 34 | 8A | 41 | 3E | 0 | 2E | ED | 30 | 24 |
| Octal | 60 | 64 | 212 | 101 | 76 | 0 | 56 | 355 | 60 | 44 |
| Binary | 110000 | 110100 | 10001010 | 1000001 | 111110 | 0 | 101110 | 11101101 | 110000 | 100100 |
Color Harmonies of #30348A
Complementary color
Monochromatic Colors of #30348A
Black with #30348A
Text Example
Text Example
White with #30348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30348A; }
p { color: rgb(48,52,138); }
H1.HeaderClassName
{
color: #30348A;
}
.AnyTagClassName
{
color: #30348A;
}
</style>
background-color css
<style>
a { background-color: #30348A; }
a { background-color: rgb(48,52,138); }
div.DivClassName
{
background-color: #30348A;
}
.BgClassName
{
background-color: #30348A;
}
</style>
border-color css
<style>
span { border-color: #30348A; }
span { border-color: rgb(48,52,138); }
td.TdClassName
{
border-color: #30348A;
}
.TagClassName
{
border-color: #30348A;
}
</style>