Shades of Jacksons Purple #353A8B
Tints of Jacksons Purple #353A8B
RGB
CMYK
RGB Variations
Color information
#353A8B (or 0x353A8B) is known color: Jacksons Purple. HEX triplet: 35, 3A and 8B. RGB value is (53,58,139). Sum of RGB (Red+Green+Blue) = 53+58+139=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #353A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353A8B is #CAC574. Grayscale: #414141. Windows color (decimal): -13288821 or 9124405. OLE color: 9124405.
HSL color Cylindrical-coordinate representation of color #353A8B: hue angle of 236.51º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #353A8B is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 58 | 139 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.45 |
| HSL | 236.51º | 0.45% | 0.38% | - |
| HSV(B) | 236.51º | 0.62% | 0.55% | - |
| XYZ | 7.64 | 5.65 | 25.11 | - |
| YUV | 65.74 | 169.34 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 139 | 0.62 | 0.58 | 0 | 0.45 | 236.51 | 0.45 | 0.38 |
| Hex | 35 | 3A | 8B | 3E | 3A | 0 | 2D | ED | 2D | 26 |
| Octal | 65 | 72 | 213 | 76 | 72 | 0 | 55 | 355 | 55 | 46 |
| Binary | 110101 | 111010 | 10001011 | 111110 | 111010 | 0 | 101101 | 11101101 | 101101 | 100110 |
Color Harmonies of #353A8B
Complementary color
Monochromatic Colors of #353A8B
Black with #353A8B
Text Example
Text Example
White with #353A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A8B; }
p { color: rgb(53,58,139); }
H1.HeaderClassName
{
color: #353A8B;
}
.AnyTagClassName
{
color: #353A8B;
}
</style>
background-color css
<style>
a { background-color: #353A8B; }
a { background-color: rgb(53,58,139); }
div.DivClassName
{
background-color: #353A8B;
}
.BgClassName
{
background-color: #353A8B;
}
</style>
border-color css
<style>
span { border-color: #353A8B; }
span { border-color: rgb(53,58,139); }
td.TdClassName
{
border-color: #353A8B;
}
.TagClassName
{
border-color: #353A8B;
}
</style>