Shades of Jacksons Purple #35318C
Tints of Jacksons Purple #35318C
RGB
CMYK
RGB Variations
Color information
#35318C (or 0x35318C) is known color: Jacksons Purple. HEX triplet: 35, 31 and 8C. RGB value is (53,49,140). Sum of RGB (Red+Green+Blue) = 53+49+140=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #35318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35318C is #CACE73. Grayscale: #3C3C3C. Windows color (decimal): -13291124 or 9187637. OLE color: 9187637.
HSL color Cylindrical-coordinate representation of color #35318C: hue angle of 242.64º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35318C is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 49 | 140 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.45 |
| HSL | 242.64º | 0.48% | 0.37% | - |
| HSV(B) | 242.64º | 0.65% | 0.55% | - |
| XYZ | 7.3 | 4.85 | 25.36 | - |
| YUV | 60.57 | 172.83 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 140 | 0.62 | 0.65 | 0 | 0.45 | 242.64 | 0.48 | 0.37 |
| Hex | 35 | 31 | 8C | 3E | 41 | 0 | 2D | F3 | 30 | 25 |
| Octal | 65 | 61 | 214 | 76 | 101 | 0 | 55 | 363 | 60 | 45 |
| Binary | 110101 | 110001 | 10001100 | 111110 | 1000001 | 0 | 101101 | 11110011 | 110000 | 100101 |
Color Harmonies of #35318C
Complementary color
Monochromatic Colors of #35318C
Black with #35318C
Text Example
Text Example
White with #35318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35318C; }
p { color: rgb(53,49,140); }
H1.HeaderClassName
{
color: #35318C;
}
.AnyTagClassName
{
color: #35318C;
}
</style>
background-color css
<style>
a { background-color: #35318C; }
a { background-color: rgb(53,49,140); }
div.DivClassName
{
background-color: #35318C;
}
.BgClassName
{
background-color: #35318C;
}
</style>
border-color css
<style>
span { border-color: #35318C; }
span { border-color: rgb(53,49,140); }
td.TdClassName
{
border-color: #35318C;
}
.TagClassName
{
border-color: #35318C;
}
</style>