Shades of Jacksons Purple #30388B
Tints of Jacksons Purple #30388B
RGB
CMYK
RGB Variations
Color information
#30388B (or 0x30388B) is known color: Jacksons Purple. HEX triplet: 30, 38 and 8B. RGB value is (48,56,139). Sum of RGB (Red+Green+Blue) = 48+56+139=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #30388B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30388B is #CFC774. Grayscale: #3E3E3E. Windows color (decimal): -13617013 or 9123888. OLE color: 9123888.
HSL color Cylindrical-coordinate representation of color #30388B: hue angle of 234.73º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30388B is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 56 | 139 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.45 |
| HSL | 234.73º | 0.49% | 0.37% | - |
| HSV(B) | 234.73º | 0.65% | 0.55% | - |
| XYZ | 7.29 | 5.32 | 25.07 | - |
| YUV | 63.07 | 170.85 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 139 | 0.65 | 0.60 | 0 | 0.45 | 234.73 | 0.49 | 0.37 |
| Hex | 30 | 38 | 8B | 41 | 3C | 0 | 2D | EB | 31 | 25 |
| Octal | 60 | 70 | 213 | 101 | 74 | 0 | 55 | 353 | 61 | 45 |
| Binary | 110000 | 111000 | 10001011 | 1000001 | 111100 | 0 | 101101 | 11101011 | 110001 | 100101 |
Color Harmonies of #30388B
Complementary color
Monochromatic Colors of #30388B
Black with #30388B
Text Example
Text Example
White with #30388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30388B; }
p { color: rgb(48,56,139); }
H1.HeaderClassName
{
color: #30388B;
}
.AnyTagClassName
{
color: #30388B;
}
</style>
background-color css
<style>
a { background-color: #30388B; }
a { background-color: rgb(48,56,139); }
div.DivClassName
{
background-color: #30388B;
}
.BgClassName
{
background-color: #30388B;
}
</style>
border-color css
<style>
span { border-color: #30388B; }
span { border-color: rgb(48,56,139); }
td.TdClassName
{
border-color: #30388B;
}
.TagClassName
{
border-color: #30388B;
}
</style>