Shades of Jacksons Purple #35338B
Tints of Jacksons Purple #35338B
RGB
CMYK
RGB Variations
Color information
#35338B (or 0x35338B) is known color: Jacksons Purple. HEX triplet: 35, 33 and 8B. RGB value is (53,51,139). Sum of RGB (Red+Green+Blue) = 53+51+139=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #35338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35338B is #CACC74. Grayscale: #3D3D3D. Windows color (decimal): -13290613 or 9122613. OLE color: 9122613.
HSL color Cylindrical-coordinate representation of color #35338B: hue angle of 241.36º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35338B is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 51 | 139 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.45 |
| HSL | 241.36º | 0.46% | 0.37% | - |
| HSV(B) | 241.36º | 0.63% | 0.55% | - |
| XYZ | 7.31 | 4.99 | 25 | - |
| YUV | 61.63 | 171.66 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 139 | 0.62 | 0.63 | 0 | 0.45 | 241.36 | 0.46 | 0.37 |
| Hex | 35 | 33 | 8B | 3E | 3F | 0 | 2D | F1 | 2E | 25 |
| Octal | 65 | 63 | 213 | 76 | 77 | 0 | 55 | 361 | 56 | 45 |
| Binary | 110101 | 110011 | 10001011 | 111110 | 111111 | 0 | 101101 | 11110001 | 101110 | 100101 |
Color Harmonies of #35338B
Complementary color
Monochromatic Colors of #35338B
Black with #35338B
Text Example
Text Example
White with #35338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35338B; }
p { color: rgb(53,51,139); }
H1.HeaderClassName
{
color: #35338B;
}
.AnyTagClassName
{
color: #35338B;
}
</style>
background-color css
<style>
a { background-color: #35338B; }
a { background-color: rgb(53,51,139); }
div.DivClassName
{
background-color: #35338B;
}
.BgClassName
{
background-color: #35338B;
}
</style>
border-color css
<style>
span { border-color: #35338B; }
span { border-color: rgb(53,51,139); }
td.TdClassName
{
border-color: #35338B;
}
.TagClassName
{
border-color: #35338B;
}
</style>