Shades of Jacksons Purple #303D8A
Tints of Jacksons Purple #303D8A
RGB
CMYK
RGB Variations
Color information
#303D8A (or 0x303D8A) is known color: Jacksons Purple. HEX triplet: 30, 3D and 8A. RGB value is (48,61,138). Sum of RGB (Red+Green+Blue) = 48+61+138=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #303D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303D8A is #CFC275. Grayscale: #414141. Windows color (decimal): -13615734 or 9059632. OLE color: 9059632.
HSL color Cylindrical-coordinate representation of color #303D8A: hue angle of 231.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #303D8A is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 61 | 138 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.46 |
| HSL | 231.33º | 0.48% | 0.36% | - |
| HSV(B) | 231.33º | 0.65% | 0.54% | - |
| XYZ | 7.48 | 5.8 | 24.77 | - |
| YUV | 65.89 | 168.69 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 138 | 0.65 | 0.56 | 0 | 0.46 | 231.33 | 0.48 | 0.36 |
| Hex | 30 | 3D | 8A | 41 | 38 | 0 | 2E | E7 | 30 | 24 |
| Octal | 60 | 75 | 212 | 101 | 70 | 0 | 56 | 347 | 60 | 44 |
| Binary | 110000 | 111101 | 10001010 | 1000001 | 111000 | 0 | 101110 | 11100111 | 110000 | 100100 |
Color Harmonies of #303D8A
Complementary color
Monochromatic Colors of #303D8A
Black with #303D8A
Text Example
Text Example
White with #303D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D8A; }
p { color: rgb(48,61,138); }
H1.HeaderClassName
{
color: #303D8A;
}
.AnyTagClassName
{
color: #303D8A;
}
</style>
background-color css
<style>
a { background-color: #303D8A; }
a { background-color: rgb(48,61,138); }
div.DivClassName
{
background-color: #303D8A;
}
.BgClassName
{
background-color: #303D8A;
}
</style>
border-color css
<style>
span { border-color: #303D8A; }
span { border-color: rgb(48,61,138); }
td.TdClassName
{
border-color: #303D8A;
}
.TagClassName
{
border-color: #303D8A;
}
</style>