Shades of Jacksons Purple #37357B
Tints of Jacksons Purple #37357B
RGB
CMYK
RGB Variations
Color information
#37357B (or 0x37357B) is known color: Jacksons Purple. HEX triplet: 37, 35 and 7B. RGB value is (55,53,123). Sum of RGB (Red+Green+Blue) = 55+53+123=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #37357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37357B is #C8CA84. Grayscale: #3D3D3D. Windows color (decimal): -13159045 or 8074551. OLE color: 8074551.
HSL color Cylindrical-coordinate representation of color #37357B: hue angle of 241.71º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37357B is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 53 | 123 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.52 |
| HSL | 241.71º | 0.4% | 0.35% | - |
| HSV(B) | 241.71º | 0.57% | 0.48% | - |
| XYZ | 6.42 | 4.79 | 19.32 | - |
| YUV | 61.58 | 162.66 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 123 | 0.55 | 0.57 | 0 | 0.52 | 241.71 | 0.4 | 0.35 |
| Hex | 37 | 35 | 7B | 37 | 39 | 0 | 34 | F2 | 28 | 23 |
| Octal | 67 | 65 | 173 | 67 | 71 | 0 | 64 | 362 | 50 | 43 |
| Binary | 110111 | 110101 | 1111011 | 110111 | 111001 | 0 | 110100 | 11110010 | 101000 | 100011 |
Color Harmonies of #37357B
Complementary color
Monochromatic Colors of #37357B
Black with #37357B
Text Example
Text Example
White with #37357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37357B; }
p { color: rgb(55,53,123); }
H1.HeaderClassName
{
color: #37357B;
}
.AnyTagClassName
{
color: #37357B;
}
</style>
background-color css
<style>
a { background-color: #37357B; }
a { background-color: rgb(55,53,123); }
div.DivClassName
{
background-color: #37357B;
}
.BgClassName
{
background-color: #37357B;
}
</style>
border-color css
<style>
span { border-color: #37357B; }
span { border-color: rgb(55,53,123); }
td.TdClassName
{
border-color: #37357B;
}
.TagClassName
{
border-color: #37357B;
}
</style>