Shades of Jacksons Purple #30368F
Tints of Jacksons Purple #30368F
RGB
CMYK
RGB Variations
Color information
#30368F (or 0x30368F) is known color: Jacksons Purple. HEX triplet: 30, 36 and 8F. RGB value is (48,54,143). Sum of RGB (Red+Green+Blue) = 48+54+143=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #30368F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30368F is #CFC970. Grayscale: #3D3D3D. Windows color (decimal): -13617521 or 9385520. OLE color: 9385520.
HSL color Cylindrical-coordinate representation of color #30368F: hue angle of 236.21º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30368F is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 54 | 143 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.44 |
| HSL | 236.21º | 0.5% | 0.37% | - |
| HSV(B) | 236.21º | 0.66% | 0.56% | - |
| XYZ | 7.5 | 5.25 | 26.6 | - |
| YUV | 62.35 | 173.51 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 143 | 0.66 | 0.62 | 0 | 0.44 | 236.21 | 0.5 | 0.37 |
| Hex | 30 | 36 | 8F | 42 | 3E | 0 | 2C | EC | 32 | 25 |
| Octal | 60 | 66 | 217 | 102 | 76 | 0 | 54 | 354 | 62 | 45 |
| Binary | 110000 | 110110 | 10001111 | 1000010 | 111110 | 0 | 101100 | 11101100 | 110010 | 100101 |
Color Harmonies of #30368F
Complementary color
Monochromatic Colors of #30368F
Black with #30368F
Text Example
Text Example
White with #30368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30368F; }
p { color: rgb(48,54,143); }
H1.HeaderClassName
{
color: #30368F;
}
.AnyTagClassName
{
color: #30368F;
}
</style>
background-color css
<style>
a { background-color: #30368F; }
a { background-color: rgb(48,54,143); }
div.DivClassName
{
background-color: #30368F;
}
.BgClassName
{
background-color: #30368F;
}
</style>
border-color css
<style>
span { border-color: #30368F; }
span { border-color: rgb(48,54,143); }
td.TdClassName
{
border-color: #30368F;
}
.TagClassName
{
border-color: #30368F;
}
</style>