Shades of Jacksons Purple #362E7B
Tints of Jacksons Purple #362E7B
RGB
CMYK
RGB Variations
Color information
#362E7B (or 0x362E7B) is known color: Jacksons Purple. HEX triplet: 36, 2E and 7B. RGB value is (54,46,123). Sum of RGB (Red+Green+Blue) = 54+46+123=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #362E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362E7B is #C9D184. Grayscale: #383838. Windows color (decimal): -13226373 or 8072758. OLE color: 8072758.
HSL color Cylindrical-coordinate representation of color #362E7B: hue angle of 246.23º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #362E7B is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 46 | 123 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.52 |
| HSL | 246.23º | 0.46% | 0.33% | - |
| HSV(B) | 246.23º | 0.63% | 0.48% | - |
| XYZ | 6.07 | 4.17 | 19.22 | - |
| YUV | 57.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 123 | 0.56 | 0.63 | 0 | 0.52 | 246.23 | 0.46 | 0.33 |
| Hex | 36 | 2E | 7B | 38 | 3F | 0 | 34 | F6 | 2E | 21 |
| Octal | 66 | 56 | 173 | 70 | 77 | 0 | 64 | 366 | 56 | 41 |
| Binary | 110110 | 101110 | 1111011 | 111000 | 111111 | 0 | 110100 | 11110110 | 101110 | 100001 |
Color Harmonies of #362E7B
Complementary color
Monochromatic Colors of #362E7B
Black with #362E7B
Text Example
Text Example
White with #362E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E7B; }
p { color: rgb(54,46,123); }
H1.HeaderClassName
{
color: #362E7B;
}
.AnyTagClassName
{
color: #362E7B;
}
</style>
background-color css
<style>
a { background-color: #362E7B; }
a { background-color: rgb(54,46,123); }
div.DivClassName
{
background-color: #362E7B;
}
.BgClassName
{
background-color: #362E7B;
}
</style>
border-color css
<style>
span { border-color: #362E7B; }
span { border-color: rgb(54,46,123); }
td.TdClassName
{
border-color: #362E7B;
}
.TagClassName
{
border-color: #362E7B;
}
</style>