Shades of Jacksons Purple #37367D
Tints of Jacksons Purple #37367D
RGB
CMYK
RGB Variations
Color information
#37367D (or 0x37367D) is known color: Jacksons Purple. HEX triplet: 37, 36 and 7D. RGB value is (55,54,125). Sum of RGB (Red+Green+Blue) = 55+54+125=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #37367D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37367D is #C8C982. Grayscale: #3E3E3E. Windows color (decimal): -13158787 or 8205879. OLE color: 8205879.
HSL color Cylindrical-coordinate representation of color #37367D: hue angle of 240.85º 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 #37367D is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 54 | 125 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.51 |
| HSL | 240.85º | 0.4% | 0.35% | - |
| HSV(B) | 240.85º | 0.57% | 0.49% | - |
| XYZ | 6.6 | 4.93 | 20.01 | - |
| YUV | 62.39 | 163.33 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 54 | 125 | 0.56 | 0.57 | 0 | 0.51 | 240.85 | 0.4 | 0.35 |
| Hex | 37 | 36 | 7D | 38 | 39 | 0 | 33 | F1 | 28 | 23 |
| Octal | 67 | 66 | 175 | 70 | 71 | 0 | 63 | 361 | 50 | 43 |
| Binary | 110111 | 110110 | 1111101 | 111000 | 111001 | 0 | 110011 | 11110001 | 101000 | 100011 |
Color Harmonies of #37367D
Complementary color
Monochromatic Colors of #37367D
Black with #37367D
Text Example
Text Example
White with #37367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37367D; }
p { color: rgb(55,54,125); }
H1.HeaderClassName
{
color: #37367D;
}
.AnyTagClassName
{
color: #37367D;
}
</style>
background-color css
<style>
a { background-color: #37367D; }
a { background-color: rgb(55,54,125); }
div.DivClassName
{
background-color: #37367D;
}
.BgClassName
{
background-color: #37367D;
}
</style>
border-color css
<style>
span { border-color: #37367D; }
span { border-color: rgb(55,54,125); }
td.TdClassName
{
border-color: #37367D;
}
.TagClassName
{
border-color: #37367D;
}
</style>