Shades of Jacksons Purple #352A7F
Tints of Jacksons Purple #352A7F
RGB
CMYK
RGB Variations
Color information
#352A7F (or 0x352A7F) is known color: Jacksons Purple. HEX triplet: 35, 2A and 7F. RGB value is (53,42,127). Sum of RGB (Red+Green+Blue) = 53+42+127=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #352A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352A7F is #CAD580. Grayscale: #363636. Windows color (decimal): -13292929 or 8333877. OLE color: 8333877.
HSL color Cylindrical-coordinate representation of color #352A7F: hue angle of 247.76º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352A7F is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 42 | 127 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.50 |
| HSL | 247.76º | 0.5% | 0.33% | - |
| HSV(B) | 247.76º | 0.67% | 0.5% | - |
| XYZ | 6.13 | 3.95 | 20.52 | - |
| YUV | 54.98 | 168.64 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 127 | 0.58 | 0.67 | 0 | 0.50 | 247.76 | 0.5 | 0.33 |
| Hex | 35 | 2A | 7F | 3A | 43 | 0 | 32 | F8 | 32 | 21 |
| Octal | 65 | 52 | 177 | 72 | 103 | 0 | 62 | 370 | 62 | 41 |
| Binary | 110101 | 101010 | 1111111 | 111010 | 1000011 | 0 | 110010 | 11111000 | 110010 | 100001 |
Color Harmonies of #352A7F
Complementary color
Monochromatic Colors of #352A7F
Black with #352A7F
Text Example
Text Example
White with #352A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A7F; }
p { color: rgb(53,42,127); }
H1.HeaderClassName
{
color: #352A7F;
}
.AnyTagClassName
{
color: #352A7F;
}
</style>
background-color css
<style>
a { background-color: #352A7F; }
a { background-color: rgb(53,42,127); }
div.DivClassName
{
background-color: #352A7F;
}
.BgClassName
{
background-color: #352A7F;
}
</style>
border-color css
<style>
span { border-color: #352A7F; }
span { border-color: rgb(53,42,127); }
td.TdClassName
{
border-color: #352A7F;
}
.TagClassName
{
border-color: #352A7F;
}
</style>