Shades of Jacksons Purple #352F7C
Tints of Jacksons Purple #352F7C
RGB
CMYK
RGB Variations
Color information
#352F7C (or 0x352F7C) is known color: Jacksons Purple. HEX triplet: 35, 2F and 7C. RGB value is (53,47,124). Sum of RGB (Red+Green+Blue) = 53+47+124=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #352F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F7C is #CAD083. Grayscale: #393939. Windows color (decimal): -13291652 or 8138549. OLE color: 8138549.
HSL color Cylindrical-coordinate representation of color #352F7C: hue angle of 244.68º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #352F7C is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 47 | 124 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.51 |
| HSL | 244.68º | 0.45% | 0.34% | - |
| HSV(B) | 244.68º | 0.62% | 0.49% | - |
| XYZ | 6.12 | 4.25 | 19.57 | - |
| YUV | 57.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 124 | 0.57 | 0.62 | 0 | 0.51 | 244.68 | 0.45 | 0.34 |
| Hex | 35 | 2F | 7C | 39 | 3E | 0 | 33 | F5 | 2D | 22 |
| Octal | 65 | 57 | 174 | 71 | 76 | 0 | 63 | 365 | 55 | 42 |
| Binary | 110101 | 101111 | 1111100 | 111001 | 111110 | 0 | 110011 | 11110101 | 101101 | 100010 |
Color Harmonies of #352F7C
Complementary color
Monochromatic Colors of #352F7C
Black with #352F7C
Text Example
Text Example
White with #352F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F7C; }
p { color: rgb(53,47,124); }
H1.HeaderClassName
{
color: #352F7C;
}
.AnyTagClassName
{
color: #352F7C;
}
</style>
background-color css
<style>
a { background-color: #352F7C; }
a { background-color: rgb(53,47,124); }
div.DivClassName
{
background-color: #352F7C;
}
.BgClassName
{
background-color: #352F7C;
}
</style>
border-color css
<style>
span { border-color: #352F7C; }
span { border-color: rgb(53,47,124); }
td.TdClassName
{
border-color: #352F7C;
}
.TagClassName
{
border-color: #352F7C;
}
</style>