Shades of Jacksons Purple #374093
Tints of Jacksons Purple #374093
RGB
CMYK
RGB Variations
Color information
#374093 (or 0x374093) is known color: Jacksons Purple. HEX triplet: 37, 40 and 93. RGB value is (55,64,147). Sum of RGB (Red+Green+Blue) = 55+64+147=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #374093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374093 is #C8BF6C. Grayscale: #464646. Windows color (decimal): -13156205 or 9650231. OLE color: 9650231.
HSL color Cylindrical-coordinate representation of color #374093: hue angle of 234.13º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #374093 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 64 | 147 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.42 |
| HSL | 234.13º | 0.46% | 0.4% | - |
| HSV(B) | 234.13º | 0.63% | 0.58% | - |
| XYZ | 8.68 | 6.59 | 28.42 | - |
| YUV | 70.77 | 171.02 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 147 | 0.63 | 0.56 | 0 | 0.42 | 234.13 | 0.46 | 0.4 |
| Hex | 37 | 40 | 93 | 3F | 38 | 0 | 2A | EA | 2E | 28 |
| Octal | 67 | 100 | 223 | 77 | 70 | 0 | 52 | 352 | 56 | 50 |
| Binary | 110111 | 1000000 | 10010011 | 111111 | 111000 | 0 | 101010 | 11101010 | 101110 | 101000 |
Color Harmonies of #374093
Complementary color
Monochromatic Colors of #374093
Black with #374093
Text Example
Text Example
White with #374093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374093; }
p { color: rgb(55,64,147); }
H1.HeaderClassName
{
color: #374093;
}
.AnyTagClassName
{
color: #374093;
}
</style>
background-color css
<style>
a { background-color: #374093; }
a { background-color: rgb(55,64,147); }
div.DivClassName
{
background-color: #374093;
}
.BgClassName
{
background-color: #374093;
}
</style>
border-color css
<style>
span { border-color: #374093; }
span { border-color: rgb(55,64,147); }
td.TdClassName
{
border-color: #374093;
}
.TagClassName
{
border-color: #374093;
}
</style>