Shades of Jacksons Purple #30308B
Tints of Jacksons Purple #30308B
RGB
CMYK
RGB Variations
Color information
#30308B (or 0x30308B) is known color: Jacksons Purple. HEX triplet: 30, 30 and 8B. RGB value is (48,48,139). Sum of RGB (Red+Green+Blue) = 48+48+139=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #30308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30308B is #CFCF74. Grayscale: #3A3A3A. Windows color (decimal): -13619061 or 9121840. OLE color: 9121840.
HSL color Cylindrical-coordinate representation of color #30308B: hue angle of 240º 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 #30308B is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 48 | 139 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.45 |
| HSL | 240º | 0.49% | 0.37% | - |
| HSV(B) | 240º | 0.65% | 0.55% | - |
| XYZ | 6.94 | 4.61 | 24.95 | - |
| YUV | 58.37 | 173.5 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 139 | 0.65 | 0.65 | 0 | 0.45 | 240 | 0.49 | 0.37 |
| Hex | 30 | 30 | 8B | 41 | 41 | 0 | 2D | F0 | 31 | 25 |
| Octal | 60 | 60 | 213 | 101 | 101 | 0 | 55 | 360 | 61 | 45 |
| Binary | 110000 | 110000 | 10001011 | 1000001 | 1000001 | 0 | 101101 | 11110000 | 110001 | 100101 |
Color Harmonies of #30308B
Complementary color
Monochromatic Colors of #30308B
Black with #30308B
Text Example
Text Example
White with #30308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30308B; }
p { color: rgb(48,48,139); }
H1.HeaderClassName
{
color: #30308B;
}
.AnyTagClassName
{
color: #30308B;
}
</style>
background-color css
<style>
a { background-color: #30308B; }
a { background-color: rgb(48,48,139); }
div.DivClassName
{
background-color: #30308B;
}
.BgClassName
{
background-color: #30308B;
}
</style>
border-color css
<style>
span { border-color: #30308B; }
span { border-color: rgb(48,48,139); }
td.TdClassName
{
border-color: #30308B;
}
.TagClassName
{
border-color: #30308B;
}
</style>