Shades of Jacksons Purple #302D91
Tints of Jacksons Purple #302D91
RGB
CMYK
RGB Variations
Color information
#302D91 (or 0x302D91) is known color: Jacksons Purple. HEX triplet: 30, 2D and 91. RGB value is (48,45,145). Sum of RGB (Red+Green+Blue) = 48+45+145=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #302D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302D91 is #CFD26E. Grayscale: #383838. Windows color (decimal): -13619823 or 9514288. OLE color: 9514288.
HSL color Cylindrical-coordinate representation of color #302D91: hue angle of 241.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #302D91 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 45 | 145 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.43 |
| HSL | 241.8º | 0.53% | 0.37% | - |
| HSV(B) | 241.8º | 0.69% | 0.57% | - |
| XYZ | 7.27 | 4.55 | 27.28 | - |
| YUV | 57.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 145 | 0.67 | 0.69 | 0 | 0.43 | 241.8 | 0.53 | 0.37 |
| Hex | 30 | 2D | 91 | 43 | 45 | 0 | 2B | F2 | 35 | 25 |
| Octal | 60 | 55 | 221 | 103 | 105 | 0 | 53 | 362 | 65 | 45 |
| Binary | 110000 | 101101 | 10010001 | 1000011 | 1000101 | 0 | 101011 | 11110010 | 110101 | 100101 |
Color Harmonies of #302D91
Complementary color
Monochromatic Colors of #302D91
Black with #302D91
Text Example
Text Example
White with #302D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D91; }
p { color: rgb(48,45,145); }
H1.HeaderClassName
{
color: #302D91;
}
.AnyTagClassName
{
color: #302D91;
}
</style>
background-color css
<style>
a { background-color: #302D91; }
a { background-color: rgb(48,45,145); }
div.DivClassName
{
background-color: #302D91;
}
.BgClassName
{
background-color: #302D91;
}
</style>
border-color css
<style>
span { border-color: #302D91; }
span { border-color: rgb(48,45,145); }
td.TdClassName
{
border-color: #302D91;
}
.TagClassName
{
border-color: #302D91;
}
</style>