Shades of Jacksons Purple #37407F
Tints of Jacksons Purple #37407F
RGB
CMYK
RGB Variations
Color information
#37407F (or 0x37407F) is known color: Jacksons Purple. HEX triplet: 37, 40 and 7F. RGB value is (55,64,127). Sum of RGB (Red+Green+Blue) = 55+64+127=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #37407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37407F is #C8BF80. Grayscale: #444444. Windows color (decimal): -13156225 or 8339511. OLE color: 8339511.
HSL color Cylindrical-coordinate representation of color #37407F: hue angle of 232.5º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37407F is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 64 | 127 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.50 |
| HSL | 232.5º | 0.4% | 0.36% | - |
| HSV(B) | 232.5º | 0.57% | 0.5% | - |
| XYZ | 7.24 | 6.01 | 20.86 | - |
| YUV | 68.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 127 | 0.57 | 0.50 | 0 | 0.50 | 232.5 | 0.4 | 0.36 |
| Hex | 37 | 40 | 7F | 39 | 32 | 0 | 32 | E8 | 28 | 24 |
| Octal | 67 | 100 | 177 | 71 | 62 | 0 | 62 | 350 | 50 | 44 |
| Binary | 110111 | 1000000 | 1111111 | 111001 | 110010 | 0 | 110010 | 11101000 | 101000 | 100100 |
Color Harmonies of #37407F
Complementary color
Monochromatic Colors of #37407F
Black with #37407F
Text Example
Text Example
White with #37407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37407F; }
p { color: rgb(55,64,127); }
H1.HeaderClassName
{
color: #37407F;
}
.AnyTagClassName
{
color: #37407F;
}
</style>
background-color css
<style>
a { background-color: #37407F; }
a { background-color: rgb(55,64,127); }
div.DivClassName
{
background-color: #37407F;
}
.BgClassName
{
background-color: #37407F;
}
</style>
border-color css
<style>
span { border-color: #37407F; }
span { border-color: rgb(55,64,127); }
td.TdClassName
{
border-color: #37407F;
}
.TagClassName
{
border-color: #37407F;
}
</style>