Shades of Jacksons Purple #303992
Tints of Jacksons Purple #303992
RGB
CMYK
RGB Variations
Color information
#303992 (or 0x303992) is known color: Jacksons Purple. HEX triplet: 30, 39 and 92. RGB value is (48,57,146). Sum of RGB (Red+Green+Blue) = 48+57+146=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #303992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303992 is #CFC66D. Grayscale: #404040. Windows color (decimal): -13616750 or 9582896. OLE color: 9582896.
HSL color Cylindrical-coordinate representation of color #303992: hue angle of 234.49º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303992 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 57 | 146 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.43 |
| HSL | 234.49º | 0.51% | 0.38% | - |
| HSV(B) | 234.49º | 0.67% | 0.57% | - |
| XYZ | 7.87 | 5.63 | 27.87 | - |
| YUV | 64.46 | 174.02 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 146 | 0.67 | 0.61 | 0 | 0.43 | 234.49 | 0.51 | 0.38 |
| Hex | 30 | 39 | 92 | 43 | 3D | 0 | 2B | EA | 33 | 26 |
| Octal | 60 | 71 | 222 | 103 | 75 | 0 | 53 | 352 | 63 | 46 |
| Binary | 110000 | 111001 | 10010010 | 1000011 | 111101 | 0 | 101011 | 11101010 | 110011 | 100110 |
Color Harmonies of #303992
Complementary color
Monochromatic Colors of #303992
Black with #303992
Text Example
Text Example
White with #303992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303992; }
p { color: rgb(48,57,146); }
H1.HeaderClassName
{
color: #303992;
}
.AnyTagClassName
{
color: #303992;
}
</style>
background-color css
<style>
a { background-color: #303992; }
a { background-color: rgb(48,57,146); }
div.DivClassName
{
background-color: #303992;
}
.BgClassName
{
background-color: #303992;
}
</style>
border-color css
<style>
span { border-color: #303992; }
span { border-color: rgb(48,57,146); }
td.TdClassName
{
border-color: #303992;
}
.TagClassName
{
border-color: #303992;
}
</style>