Shades of Jacksons Purple #373A88
Tints of Jacksons Purple #373A88
RGB
CMYK
RGB Variations
Color information
#373A88 (or 0x373A88) is known color: Jacksons Purple. HEX triplet: 37, 3A and 88. RGB value is (55,58,136). Sum of RGB (Red+Green+Blue) = 55+58+136=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #373A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373A88 is #C8C577. Grayscale: #414141. Windows color (decimal): -13157752 or 8927799. OLE color: 8927799.
HSL color Cylindrical-coordinate representation of color #373A88: hue angle of 237.78º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #373A88 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 58 | 136 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.47 |
| HSL | 237.78º | 0.42% | 0.37% | - |
| HSV(B) | 237.78º | 0.6% | 0.53% | - |
| XYZ | 7.53 | 5.62 | 23.98 | - |
| YUV | 66 | 167.51 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 136 | 0.60 | 0.57 | 0 | 0.47 | 237.78 | 0.42 | 0.37 |
| Hex | 37 | 3A | 88 | 3C | 39 | 0 | 2F | EE | 2A | 25 |
| Octal | 67 | 72 | 210 | 74 | 71 | 0 | 57 | 356 | 52 | 45 |
| Binary | 110111 | 111010 | 10001000 | 111100 | 111001 | 0 | 101111 | 11101110 | 101010 | 100101 |
Color Harmonies of #373A88
Complementary color
Monochromatic Colors of #373A88
Black with #373A88
Text Example
Text Example
White with #373A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A88; }
p { color: rgb(55,58,136); }
H1.HeaderClassName
{
color: #373A88;
}
.AnyTagClassName
{
color: #373A88;
}
</style>
background-color css
<style>
a { background-color: #373A88; }
a { background-color: rgb(55,58,136); }
div.DivClassName
{
background-color: #373A88;
}
.BgClassName
{
background-color: #373A88;
}
</style>
border-color css
<style>
span { border-color: #373A88; }
span { border-color: rgb(55,58,136); }
td.TdClassName
{
border-color: #373A88;
}
.TagClassName
{
border-color: #373A88;
}
</style>