Shades of Jacksons Purple #303088
Tints of Jacksons Purple #303088
RGB
CMYK
RGB Variations
Color information
#303088 (or 0x303088) is known color: Jacksons Purple. HEX triplet: 30, 30 and 88. RGB value is (48,48,136). Sum of RGB (Red+Green+Blue) = 48+48+136=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #303088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303088 is #CFCF77. Grayscale: #393939. Windows color (decimal): -13619064 or 8925232. OLE color: 8925232.
HSL color Cylindrical-coordinate representation of color #303088: hue angle of 240º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #303088 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 48 | 136 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.47 |
| HSL | 240º | 0.48% | 0.36% | - |
| HSV(B) | 240º | 0.65% | 0.53% | - |
| XYZ | 6.72 | 4.52 | 23.81 | - |
| YUV | 58.03 | 172 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 136 | 0.65 | 0.65 | 0 | 0.47 | 240 | 0.48 | 0.36 |
| Hex | 30 | 30 | 88 | 41 | 41 | 0 | 2F | F0 | 30 | 24 |
| Octal | 60 | 60 | 210 | 101 | 101 | 0 | 57 | 360 | 60 | 44 |
| Binary | 110000 | 110000 | 10001000 | 1000001 | 1000001 | 0 | 101111 | 11110000 | 110000 | 100100 |
Color Harmonies of #303088
Complementary color
Monochromatic Colors of #303088
Black with #303088
Text Example
Text Example
White with #303088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303088; }
p { color: rgb(48,48,136); }
H1.HeaderClassName
{
color: #303088;
}
.AnyTagClassName
{
color: #303088;
}
</style>
background-color css
<style>
a { background-color: #303088; }
a { background-color: rgb(48,48,136); }
div.DivClassName
{
background-color: #303088;
}
.BgClassName
{
background-color: #303088;
}
</style>
border-color css
<style>
span { border-color: #303088; }
span { border-color: rgb(48,48,136); }
td.TdClassName
{
border-color: #303088;
}
.TagClassName
{
border-color: #303088;
}
</style>