Shades of Jacksons Purple #303397
Tints of Jacksons Purple #303397
RGB
CMYK
RGB Variations
Color information
#303397 (or 0x303397) is known color: Jacksons Purple. HEX triplet: 30, 33 and 97. RGB value is (48,51,151). Sum of RGB (Red+Green+Blue) = 48+51+151=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #303397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303397 is #CFCC68. Grayscale: #3D3D3D. Windows color (decimal): -13618281 or 9909040. OLE color: 9909040.
HSL color Cylindrical-coordinate representation of color #303397: hue angle of 238.25º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303397 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 51 | 151 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.41 |
| HSL | 238.25º | 0.52% | 0.39% | - |
| HSV(B) | 238.25º | 0.68% | 0.59% | - |
| XYZ | 7.99 | 5.23 | 29.87 | - |
| YUV | 61.5 | 178.51 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 151 | 0.68 | 0.66 | 0 | 0.41 | 238.25 | 0.52 | 0.39 |
| Hex | 30 | 33 | 97 | 44 | 42 | 0 | 29 | EE | 34 | 27 |
| Octal | 60 | 63 | 227 | 104 | 102 | 0 | 51 | 356 | 64 | 47 |
| Binary | 110000 | 110011 | 10010111 | 1000100 | 1000010 | 0 | 101001 | 11101110 | 110100 | 100111 |
Color Harmonies of #303397
Complementary color
Monochromatic Colors of #303397
Black with #303397
Text Example
Text Example
White with #303397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303397; }
p { color: rgb(48,51,151); }
H1.HeaderClassName
{
color: #303397;
}
.AnyTagClassName
{
color: #303397;
}
</style>
background-color css
<style>
a { background-color: #303397; }
a { background-color: rgb(48,51,151); }
div.DivClassName
{
background-color: #303397;
}
.BgClassName
{
background-color: #303397;
}
</style>
border-color css
<style>
span { border-color: #303397; }
span { border-color: rgb(48,51,151); }
td.TdClassName
{
border-color: #303397;
}
.TagClassName
{
border-color: #303397;
}
</style>