Shades of Jacksons Purple #352E7B
Tints of Jacksons Purple #352E7B
RGB
CMYK
RGB Variations
Color information
#352E7B (or 0x352E7B) is known color: Jacksons Purple. HEX triplet: 35, 2E and 7B. RGB value is (53,46,123). Sum of RGB (Red+Green+Blue) = 53+46+123=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #352E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E7B is #CAD184. Grayscale: #383838. Windows color (decimal): -13291909 or 8072757. OLE color: 8072757.
HSL color Cylindrical-coordinate representation of color #352E7B: hue angle of 245.45º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #352E7B is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 46 | 123 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.52 |
| HSL | 245.45º | 0.46% | 0.33% | - |
| HSV(B) | 245.45º | 0.63% | 0.48% | - |
| XYZ | 6.02 | 4.14 | 19.22 | - |
| YUV | 56.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 123 | 0.57 | 0.63 | 0 | 0.52 | 245.45 | 0.46 | 0.33 |
| Hex | 35 | 2E | 7B | 39 | 3F | 0 | 34 | F5 | 2E | 21 |
| Octal | 65 | 56 | 173 | 71 | 77 | 0 | 64 | 365 | 56 | 41 |
| Binary | 110101 | 101110 | 1111011 | 111001 | 111111 | 0 | 110100 | 11110101 | 101110 | 100001 |
Color Harmonies of #352E7B
Complementary color
Monochromatic Colors of #352E7B
Black with #352E7B
Text Example
Text Example
White with #352E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E7B; }
p { color: rgb(53,46,123); }
H1.HeaderClassName
{
color: #352E7B;
}
.AnyTagClassName
{
color: #352E7B;
}
</style>
background-color css
<style>
a { background-color: #352E7B; }
a { background-color: rgb(53,46,123); }
div.DivClassName
{
background-color: #352E7B;
}
.BgClassName
{
background-color: #352E7B;
}
</style>
border-color css
<style>
span { border-color: #352E7B; }
span { border-color: rgb(53,46,123); }
td.TdClassName
{
border-color: #352E7B;
}
.TagClassName
{
border-color: #352E7B;
}
</style>