Shades of Jacksons Purple #30328B
Tints of Jacksons Purple #30328B
RGB
CMYK
RGB Variations
Color information
#30328B (or 0x30328B) is known color: Jacksons Purple. HEX triplet: 30, 32 and 8B. RGB value is (48,50,139). Sum of RGB (Red+Green+Blue) = 48+50+139=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #30328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30328B is #CFCD74. Grayscale: #3B3B3B. Windows color (decimal): -13618549 or 9122352. OLE color: 9122352.
HSL color Cylindrical-coordinate representation of color #30328B: hue angle of 238.68º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30328B is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 50 | 139 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.45 |
| HSL | 238.68º | 0.49% | 0.37% | - |
| HSV(B) | 238.68º | 0.65% | 0.55% | - |
| XYZ | 7.02 | 4.77 | 24.98 | - |
| YUV | 59.55 | 172.84 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 139 | 0.65 | 0.64 | 0 | 0.45 | 238.68 | 0.49 | 0.37 |
| Hex | 30 | 32 | 8B | 41 | 40 | 0 | 2D | EF | 31 | 25 |
| Octal | 60 | 62 | 213 | 101 | 100 | 0 | 55 | 357 | 61 | 45 |
| Binary | 110000 | 110010 | 10001011 | 1000001 | 1000000 | 0 | 101101 | 11101111 | 110001 | 100101 |
Color Harmonies of #30328B
Complementary color
Monochromatic Colors of #30328B
Black with #30328B
Text Example
Text Example
White with #30328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30328B; }
p { color: rgb(48,50,139); }
H1.HeaderClassName
{
color: #30328B;
}
.AnyTagClassName
{
color: #30328B;
}
</style>
background-color css
<style>
a { background-color: #30328B; }
a { background-color: rgb(48,50,139); }
div.DivClassName
{
background-color: #30328B;
}
.BgClassName
{
background-color: #30328B;
}
</style>
border-color css
<style>
span { border-color: #30328B; }
span { border-color: rgb(48,50,139); }
td.TdClassName
{
border-color: #30328B;
}
.TagClassName
{
border-color: #30328B;
}
</style>