Shades of Jacksons Purple #353188
Tints of Jacksons Purple #353188
RGB
CMYK
RGB Variations
Color information
#353188 (or 0x353188) is known color: Jacksons Purple. HEX triplet: 35, 31 and 88. RGB value is (53,49,136). Sum of RGB (Red+Green+Blue) = 53+49+136=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #353188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353188 is #CACE77. Grayscale: #3B3B3B. Windows color (decimal): -13291128 or 8925493. OLE color: 8925493.
HSL color Cylindrical-coordinate representation of color #353188: hue angle of 242.76º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353188 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 49 | 136 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.47 |
| HSL | 242.76º | 0.47% | 0.36% | - |
| HSV(B) | 242.76º | 0.64% | 0.53% | - |
| XYZ | 7.01 | 4.73 | 23.84 | - |
| YUV | 60.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 136 | 0.61 | 0.64 | 0 | 0.47 | 242.76 | 0.47 | 0.36 |
| Hex | 35 | 31 | 88 | 3D | 40 | 0 | 2F | F3 | 2F | 24 |
| Octal | 65 | 61 | 210 | 75 | 100 | 0 | 57 | 363 | 57 | 44 |
| Binary | 110101 | 110001 | 10001000 | 111101 | 1000000 | 0 | 101111 | 11110011 | 101111 | 100100 |
Color Harmonies of #353188
Complementary color
Monochromatic Colors of #353188
Black with #353188
Text Example
Text Example
White with #353188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353188; }
p { color: rgb(53,49,136); }
H1.HeaderClassName
{
color: #353188;
}
.AnyTagClassName
{
color: #353188;
}
</style>
background-color css
<style>
a { background-color: #353188; }
a { background-color: rgb(53,49,136); }
div.DivClassName
{
background-color: #353188;
}
.BgClassName
{
background-color: #353188;
}
</style>
border-color css
<style>
span { border-color: #353188; }
span { border-color: rgb(53,49,136); }
td.TdClassName
{
border-color: #353188;
}
.TagClassName
{
border-color: #353188;
}
</style>