Shades of Jacksons Purple #303180
Tints of Jacksons Purple #303180
RGB
CMYK
RGB Variations
Color information
#303180 (or 0x303180) is known color: Jacksons Purple. HEX triplet: 30, 31 and 80. RGB value is (48,49,128). Sum of RGB (Red+Green+Blue) = 48+49+128=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #303180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303180 is #CFCE7F. Grayscale: #393939. Windows color (decimal): -13618816 or 8401200. OLE color: 8401200.
HSL color Cylindrical-coordinate representation of color #303180: hue angle of 239.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #303180 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 49 | 128 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.50 |
| HSL | 239.25º | 0.45% | 0.35% | - |
| HSV(B) | 239.25º | 0.63% | 0.5% | - |
| XYZ | 6.21 | 4.38 | 20.94 | - |
| YUV | 57.71 | 167.67 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 128 | 0.62 | 0.62 | 0 | 0.50 | 239.25 | 0.45 | 0.35 |
| Hex | 30 | 31 | 80 | 3E | 3E | 0 | 32 | EF | 2D | 23 |
| Octal | 60 | 61 | 200 | 76 | 76 | 0 | 62 | 357 | 55 | 43 |
| Binary | 110000 | 110001 | 10000000 | 111110 | 111110 | 0 | 110010 | 11101111 | 101101 | 100011 |
Color Harmonies of #303180
Complementary color
Monochromatic Colors of #303180
Black with #303180
Text Example
Text Example
White with #303180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303180; }
p { color: rgb(48,49,128); }
H1.HeaderClassName
{
color: #303180;
}
.AnyTagClassName
{
color: #303180;
}
</style>
background-color css
<style>
a { background-color: #303180; }
a { background-color: rgb(48,49,128); }
div.DivClassName
{
background-color: #303180;
}
.BgClassName
{
background-color: #303180;
}
</style>
border-color css
<style>
span { border-color: #303180; }
span { border-color: rgb(48,49,128); }
td.TdClassName
{
border-color: #303180;
}
.TagClassName
{
border-color: #303180;
}
</style>