Shades of Jacksons Purple #302C91
Tints of Jacksons Purple #302C91
RGB
CMYK
RGB Variations
Color information
#302C91 (or 0x302C91) is known color: Jacksons Purple. HEX triplet: 30, 2C and 91. RGB value is (48,44,145). Sum of RGB (Red+Green+Blue) = 48+44+145=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #302C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302C91 is #CFD36E. Grayscale: #383838. Windows color (decimal): -13620079 or 9514032. OLE color: 9514032.
HSL color Cylindrical-coordinate representation of color #302C91: hue angle of 242.38º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302C91 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 44 | 145 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.43 |
| HSL | 242.38º | 0.53% | 0.37% | - |
| HSV(B) | 242.38º | 0.7% | 0.57% | - |
| XYZ | 7.23 | 4.47 | 27.27 | - |
| YUV | 56.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 145 | 0.67 | 0.70 | 0 | 0.43 | 242.38 | 0.53 | 0.37 |
| Hex | 30 | 2C | 91 | 43 | 46 | 0 | 2B | F2 | 35 | 25 |
| Octal | 60 | 54 | 221 | 103 | 106 | 0 | 53 | 362 | 65 | 45 |
| Binary | 110000 | 101100 | 10010001 | 1000011 | 1000110 | 0 | 101011 | 11110010 | 110101 | 100101 |
Color Harmonies of #302C91
Complementary color
Monochromatic Colors of #302C91
Black with #302C91
Text Example
Text Example
White with #302C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C91; }
p { color: rgb(48,44,145); }
H1.HeaderClassName
{
color: #302C91;
}
.AnyTagClassName
{
color: #302C91;
}
</style>
background-color css
<style>
a { background-color: #302C91; }
a { background-color: rgb(48,44,145); }
div.DivClassName
{
background-color: #302C91;
}
.BgClassName
{
background-color: #302C91;
}
</style>
border-color css
<style>
span { border-color: #302C91; }
span { border-color: rgb(48,44,145); }
td.TdClassName
{
border-color: #302C91;
}
.TagClassName
{
border-color: #302C91;
}
</style>