Shades of Jacksons Purple #37418A
Tints of Jacksons Purple #37418A
RGB
CMYK
RGB Variations
Color information
#37418A (or 0x37418A) is known color: Jacksons Purple. HEX triplet: 37, 41 and 8A. RGB value is (55,65,138). Sum of RGB (Red+Green+Blue) = 55+65+138=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #37418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37418A is #C8BE75. Grayscale: #464646. Windows color (decimal): -13155958 or 9060663. OLE color: 9060663.
HSL color Cylindrical-coordinate representation of color #37418A: hue angle of 232.77º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37418A is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 65 | 138 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.46 |
| HSL | 232.77º | 0.43% | 0.38% | - |
| HSV(B) | 232.77º | 0.6% | 0.54% | - |
| XYZ | 8.05 | 6.43 | 24.86 | - |
| YUV | 70.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 138 | 0.60 | 0.53 | 0 | 0.46 | 232.77 | 0.43 | 0.38 |
| Hex | 37 | 41 | 8A | 3C | 35 | 0 | 2E | E9 | 2B | 26 |
| Octal | 67 | 101 | 212 | 74 | 65 | 0 | 56 | 351 | 53 | 46 |
| Binary | 110111 | 1000001 | 10001010 | 111100 | 110101 | 0 | 101110 | 11101001 | 101011 | 100110 |
Color Harmonies of #37418A
Complementary color
Monochromatic Colors of #37418A
Black with #37418A
Text Example
Text Example
White with #37418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37418A; }
p { color: rgb(55,65,138); }
H1.HeaderClassName
{
color: #37418A;
}
.AnyTagClassName
{
color: #37418A;
}
</style>
background-color css
<style>
a { background-color: #37418A; }
a { background-color: rgb(55,65,138); }
div.DivClassName
{
background-color: #37418A;
}
.BgClassName
{
background-color: #37418A;
}
</style>
border-color css
<style>
span { border-color: #37418A; }
span { border-color: rgb(55,65,138); }
td.TdClassName
{
border-color: #37418A;
}
.TagClassName
{
border-color: #37418A;
}
</style>