Shades of Jacksons Purple #302A8A
Tints of Jacksons Purple #302A8A
RGB
CMYK
RGB Variations
Color information
#302A8A (or 0x302A8A) is known color: Jacksons Purple. HEX triplet: 30, 2A and 8A. RGB value is (48,42,138). Sum of RGB (Red+Green+Blue) = 48+42+138=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 138 (54.30% from 255 or 60.53% from 228); Max value from RGB is 138 - color contains mainly: blue. Hex color #302A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302A8A is #CFD575. Grayscale: #363636. Windows color (decimal): -13620598 or 9054768. OLE color: 9054768.
HSL color Cylindrical-coordinate representation of color #302A8A: hue angle of 243.75º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302A8A is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 42 | 138 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.46 |
| HSL | 243.75º | 0.53% | 0.35% | - |
| HSV(B) | 243.75º | 0.7% | 0.54% | - |
| XYZ | 6.63 | 4.12 | 24.49 | - |
| YUV | 54.74 | 174.99 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 138 | 0.65 | 0.70 | 0 | 0.46 | 243.75 | 0.53 | 0.35 |
| Hex | 30 | 2A | 8A | 41 | 46 | 0 | 2E | F4 | 35 | 23 |
| Octal | 60 | 52 | 212 | 101 | 106 | 0 | 56 | 364 | 65 | 43 |
| Binary | 110000 | 101010 | 10001010 | 1000001 | 1000110 | 0 | 101110 | 11110100 | 110101 | 100011 |
Color Harmonies of #302A8A
Complementary color
Monochromatic Colors of #302A8A
Black with #302A8A
Text Example
Text Example
White with #302A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A8A; }
p { color: rgb(48,42,138); }
H1.HeaderClassName
{
color: #302A8A;
}
.AnyTagClassName
{
color: #302A8A;
}
</style>
background-color css
<style>
a { background-color: #302A8A; }
a { background-color: rgb(48,42,138); }
div.DivClassName
{
background-color: #302A8A;
}
.BgClassName
{
background-color: #302A8A;
}
</style>
border-color css
<style>
span { border-color: #302A8A; }
span { border-color: rgb(48,42,138); }
td.TdClassName
{
border-color: #302A8A;
}
.TagClassName
{
border-color: #302A8A;
}
</style>