Shades of Jacksons Purple #38347C
Tints of Jacksons Purple #38347C
RGB
CMYK
RGB Variations
Color information
#38347C (or 0x38347C) is known color: Jacksons Purple. HEX triplet: 38, 34 and 7C. RGB value is (56,52,124). Sum of RGB (Red+Green+Blue) = 56+52+124=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #38347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38347C is #C7CB83. Grayscale: #3D3D3D. Windows color (decimal): -13093764 or 8139832. OLE color: 8139832.
HSL color Cylindrical-coordinate representation of color #38347C: hue angle of 243.33º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38347C is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 52 | 124 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.51 |
| HSL | 243.33º | 0.41% | 0.35% | - |
| HSV(B) | 243.33º | 0.58% | 0.49% | - |
| XYZ | 6.5 | 4.75 | 19.64 | - |
| YUV | 61.4 | 163.33 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 52 | 124 | 0.55 | 0.58 | 0 | 0.51 | 243.33 | 0.41 | 0.35 |
| Hex | 38 | 34 | 7C | 37 | 3A | 0 | 33 | F3 | 29 | 23 |
| Octal | 70 | 64 | 174 | 67 | 72 | 0 | 63 | 363 | 51 | 43 |
| Binary | 111000 | 110100 | 1111100 | 110111 | 111010 | 0 | 110011 | 11110011 | 101001 | 100011 |
Color Harmonies of #38347C
Complementary color
Monochromatic Colors of #38347C
Black with #38347C
Text Example
Text Example
White with #38347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38347C; }
p { color: rgb(56,52,124); }
H1.HeaderClassName
{
color: #38347C;
}
.AnyTagClassName
{
color: #38347C;
}
</style>
background-color css
<style>
a { background-color: #38347C; }
a { background-color: rgb(56,52,124); }
div.DivClassName
{
background-color: #38347C;
}
.BgClassName
{
background-color: #38347C;
}
</style>
border-color css
<style>
span { border-color: #38347C; }
span { border-color: rgb(56,52,124); }
td.TdClassName
{
border-color: #38347C;
}
.TagClassName
{
border-color: #38347C;
}
</style>