Shades of Jacksons Purple #303C8D
Tints of Jacksons Purple #303C8D
RGB
CMYK
RGB Variations
Color information
#303C8D (or 0x303C8D) is known color: Jacksons Purple. HEX triplet: 30, 3C and 8D. RGB value is (48,60,141). Sum of RGB (Red+Green+Blue) = 48+60+141=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #303C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303C8D is #CFC372. Grayscale: #414141. Windows color (decimal): -13615987 or 9255984. OLE color: 9255984.
HSL color Cylindrical-coordinate representation of color #303C8D: hue angle of 232.26º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #303C8D is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 60 | 141 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.45 |
| HSL | 232.26º | 0.49% | 0.37% | - |
| HSV(B) | 232.26º | 0.66% | 0.55% | - |
| XYZ | 7.64 | 5.78 | 25.91 | - |
| YUV | 65.65 | 170.52 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 141 | 0.66 | 0.57 | 0 | 0.45 | 232.26 | 0.49 | 0.37 |
| Hex | 30 | 3C | 8D | 42 | 39 | 0 | 2D | E8 | 31 | 25 |
| Octal | 60 | 74 | 215 | 102 | 71 | 0 | 55 | 350 | 61 | 45 |
| Binary | 110000 | 111100 | 10001101 | 1000010 | 111001 | 0 | 101101 | 11101000 | 110001 | 100101 |
Color Harmonies of #303C8D
Complementary color
Monochromatic Colors of #303C8D
Black with #303C8D
Text Example
Text Example
White with #303C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C8D; }
p { color: rgb(48,60,141); }
H1.HeaderClassName
{
color: #303C8D;
}
.AnyTagClassName
{
color: #303C8D;
}
</style>
background-color css
<style>
a { background-color: #303C8D; }
a { background-color: rgb(48,60,141); }
div.DivClassName
{
background-color: #303C8D;
}
.BgClassName
{
background-color: #303C8D;
}
</style>
border-color css
<style>
span { border-color: #303C8D; }
span { border-color: rgb(48,60,141); }
td.TdClassName
{
border-color: #303C8D;
}
.TagClassName
{
border-color: #303C8D;
}
</style>