Shades of Jacksons Purple #303A95
Tints of Jacksons Purple #303A95
RGB
CMYK
RGB Variations
Color information
#303A95 (or 0x303A95) is known color: Jacksons Purple. HEX triplet: 30, 3A and 95. RGB value is (48,58,149). Sum of RGB (Red+Green+Blue) = 48+58+149=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #303A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303A95 is #CFC56A. Grayscale: #414141. Windows color (decimal): -13616491 or 9779760. OLE color: 9779760.
HSL color Cylindrical-coordinate representation of color #303A95: hue angle of 234.06º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303A95 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 58 | 149 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.42 |
| HSL | 234.06º | 0.51% | 0.39% | - |
| HSV(B) | 234.06º | 0.68% | 0.58% | - |
| XYZ | 8.16 | 5.82 | 29.13 | - |
| YUV | 65.38 | 175.19 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 149 | 0.68 | 0.61 | 0 | 0.42 | 234.06 | 0.51 | 0.39 |
| Hex | 30 | 3A | 95 | 44 | 3D | 0 | 2A | EA | 33 | 27 |
| Octal | 60 | 72 | 225 | 104 | 75 | 0 | 52 | 352 | 63 | 47 |
| Binary | 110000 | 111010 | 10010101 | 1000100 | 111101 | 0 | 101010 | 11101010 | 110011 | 100111 |
Color Harmonies of #303A95
Complementary color
Monochromatic Colors of #303A95
Black with #303A95
Text Example
Text Example
White with #303A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A95; }
p { color: rgb(48,58,149); }
H1.HeaderClassName
{
color: #303A95;
}
.AnyTagClassName
{
color: #303A95;
}
</style>
background-color css
<style>
a { background-color: #303A95; }
a { background-color: rgb(48,58,149); }
div.DivClassName
{
background-color: #303A95;
}
.BgClassName
{
background-color: #303A95;
}
</style>
border-color css
<style>
span { border-color: #303A95; }
span { border-color: rgb(48,58,149); }
td.TdClassName
{
border-color: #303A95;
}
.TagClassName
{
border-color: #303A95;
}
</style>