Shades of Jacksons Purple #37367B
Tints of Jacksons Purple #37367B
RGB
CMYK
RGB Variations
Color information
#37367B (or 0x37367B) is known color: Jacksons Purple. HEX triplet: 37, 36 and 7B. RGB value is (55,54,123). Sum of RGB (Red+Green+Blue) = 55+54+123=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #37367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37367B is #C8C984. Grayscale: #3D3D3D. Windows color (decimal): -13158789 or 8074807. OLE color: 8074807.
HSL color Cylindrical-coordinate representation of color #37367B: hue angle of 240.87º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37367B is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 54 | 123 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.52 |
| HSL | 240.87º | 0.39% | 0.35% | - |
| HSV(B) | 240.87º | 0.56% | 0.48% | - |
| XYZ | 6.47 | 4.88 | 19.34 | - |
| YUV | 62.17 | 162.33 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 54 | 123 | 0.55 | 0.56 | 0 | 0.52 | 240.87 | 0.39 | 0.35 |
| Hex | 37 | 36 | 7B | 37 | 38 | 0 | 34 | F1 | 27 | 23 |
| Octal | 67 | 66 | 173 | 67 | 70 | 0 | 64 | 361 | 47 | 43 |
| Binary | 110111 | 110110 | 1111011 | 110111 | 111000 | 0 | 110100 | 11110001 | 100111 | 100011 |
Color Harmonies of #37367B
Complementary color
Monochromatic Colors of #37367B
Black with #37367B
Text Example
Text Example
White with #37367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37367B; }
p { color: rgb(55,54,123); }
H1.HeaderClassName
{
color: #37367B;
}
.AnyTagClassName
{
color: #37367B;
}
</style>
background-color css
<style>
a { background-color: #37367B; }
a { background-color: rgb(55,54,123); }
div.DivClassName
{
background-color: #37367B;
}
.BgClassName
{
background-color: #37367B;
}
</style>
border-color css
<style>
span { border-color: #37367B; }
span { border-color: rgb(55,54,123); }
td.TdClassName
{
border-color: #37367B;
}
.TagClassName
{
border-color: #37367B;
}
</style>