Shades of Jacksons Purple #3A307B
Tints of Jacksons Purple #3A307B
RGB
CMYK
RGB Variations
Color information
#3A307B (or 0x3A307B) is known color: Jacksons Purple. HEX triplet: 3A, 30 and 7B. RGB value is (58,48,123). Sum of RGB (Red+Green+Blue) = 58+48+123=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A307B is #C5CF84. Grayscale: #3B3B3B. Windows color (decimal): -12963717 or 8073274. OLE color: 8073274.
HSL color Cylindrical-coordinate representation of color #3A307B: hue angle of 248º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A307B is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 48 | 123 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.52 |
| HSL | 248º | 0.44% | 0.34% | - |
| HSV(B) | 248º | 0.61% | 0.48% | - |
| XYZ | 6.38 | 4.44 | 19.26 | - |
| YUV | 59.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 123 | 0.53 | 0.61 | 0 | 0.52 | 248 | 0.44 | 0.34 |
| Hex | 3A | 30 | 7B | 35 | 3D | 0 | 34 | F8 | 2C | 22 |
| Octal | 72 | 60 | 173 | 65 | 75 | 0 | 64 | 370 | 54 | 42 |
| Binary | 111010 | 110000 | 1111011 | 110101 | 111101 | 0 | 110100 | 11111000 | 101100 | 100010 |
Color Harmonies of #3A307B
Complementary color
Monochromatic Colors of #3A307B
Black with #3A307B
Text Example
Text Example
White with #3A307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A307B; }
p { color: rgb(58,48,123); }
H1.HeaderClassName
{
color: #3A307B;
}
.AnyTagClassName
{
color: #3A307B;
}
</style>
background-color css
<style>
a { background-color: #3A307B; }
a { background-color: rgb(58,48,123); }
div.DivClassName
{
background-color: #3A307B;
}
.BgClassName
{
background-color: #3A307B;
}
</style>
border-color css
<style>
span { border-color: #3A307B; }
span { border-color: rgb(58,48,123); }
td.TdClassName
{
border-color: #3A307B;
}
.TagClassName
{
border-color: #3A307B;
}
</style>