Shades of Jacksons Purple #35367C
Tints of Jacksons Purple #35367C
RGB
CMYK
RGB Variations
Color information
#35367C (or 0x35367C) is known color: Jacksons Purple. HEX triplet: 35, 36 and 7C. RGB value is (53,54,124). Sum of RGB (Red+Green+Blue) = 53+54+124=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #35367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35367C is #CAC983. Grayscale: #3D3D3D. Windows color (decimal): -13289860 or 8140341. OLE color: 8140341.
HSL color Cylindrical-coordinate representation of color #35367C: hue angle of 239.15º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35367C is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 54 | 124 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.51 |
| HSL | 239.15º | 0.4% | 0.35% | - |
| HSV(B) | 239.15º | 0.57% | 0.49% | - |
| XYZ | 6.43 | 4.85 | 19.67 | - |
| YUV | 61.68 | 163.17 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 124 | 0.57 | 0.56 | 0 | 0.51 | 239.15 | 0.4 | 0.35 |
| Hex | 35 | 36 | 7C | 39 | 38 | 0 | 33 | EF | 28 | 23 |
| Octal | 65 | 66 | 174 | 71 | 70 | 0 | 63 | 357 | 50 | 43 |
| Binary | 110101 | 110110 | 1111100 | 111001 | 111000 | 0 | 110011 | 11101111 | 101000 | 100011 |
Color Harmonies of #35367C
Complementary color
Monochromatic Colors of #35367C
Black with #35367C
Text Example
Text Example
White with #35367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35367C; }
p { color: rgb(53,54,124); }
H1.HeaderClassName
{
color: #35367C;
}
.AnyTagClassName
{
color: #35367C;
}
</style>
background-color css
<style>
a { background-color: #35367C; }
a { background-color: rgb(53,54,124); }
div.DivClassName
{
background-color: #35367C;
}
.BgClassName
{
background-color: #35367C;
}
</style>
border-color css
<style>
span { border-color: #35367C; }
span { border-color: rgb(53,54,124); }
td.TdClassName
{
border-color: #35367C;
}
.TagClassName
{
border-color: #35367C;
}
</style>