Shades of Jacksons Purple #37317E
Tints of Jacksons Purple #37317E
RGB
CMYK
RGB Variations
Color information
#37317E (or 0x37317E) is known color: Jacksons Purple. HEX triplet: 37, 31 and 7E. RGB value is (55,49,126). Sum of RGB (Red+Green+Blue) = 55+49+126=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 126 (49.61% from 255 or 54.78% from 230); Max value from RGB is 126 - color contains mainly: blue. Hex color #37317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37317E is #C8CE81. Grayscale: #3B3B3B. Windows color (decimal): -13160066 or 8270135. OLE color: 8270135.
HSL color Cylindrical-coordinate representation of color #37317E: hue angle of 244.68º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37317E is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 49 | 126 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.51 |
| HSL | 244.68º | 0.44% | 0.34% | - |
| HSV(B) | 244.68º | 0.61% | 0.49% | - |
| XYZ | 6.44 | 4.52 | 20.27 | - |
| YUV | 59.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 126 | 0.56 | 0.61 | 0 | 0.51 | 244.68 | 0.44 | 0.34 |
| Hex | 37 | 31 | 7E | 38 | 3D | 0 | 33 | F5 | 2C | 22 |
| Octal | 67 | 61 | 176 | 70 | 75 | 0 | 63 | 365 | 54 | 42 |
| Binary | 110111 | 110001 | 1111110 | 111000 | 111101 | 0 | 110011 | 11110101 | 101100 | 100010 |
Color Harmonies of #37317E
Complementary color
Monochromatic Colors of #37317E
Black with #37317E
Text Example
Text Example
White with #37317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37317E; }
p { color: rgb(55,49,126); }
H1.HeaderClassName
{
color: #37317E;
}
.AnyTagClassName
{
color: #37317E;
}
</style>
background-color css
<style>
a { background-color: #37317E; }
a { background-color: rgb(55,49,126); }
div.DivClassName
{
background-color: #37317E;
}
.BgClassName
{
background-color: #37317E;
}
</style>
border-color css
<style>
span { border-color: #37317E; }
span { border-color: rgb(55,49,126); }
td.TdClassName
{
border-color: #37317E;
}
.TagClassName
{
border-color: #37317E;
}
</style>