Shades of Jacksons Purple #40437B
Tints of Jacksons Purple #40437B
RGB
CMYK
RGB Variations
Color information
#40437B (or 0x40437B) is known color: Jacksons Purple. HEX triplet: 40, 43 and 7B. RGB value is (64,67,123). Sum of RGB (Red+Green+Blue) = 64+67+123=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #40437B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40437B is #BFBC84. Grayscale: #484848. Windows color (decimal): -12565637 or 8078144. OLE color: 8078144.
HSL color Cylindrical-coordinate representation of color #40437B: hue angle of 236.95º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40437B is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 67 | 123 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.52 |
| HSL | 236.95º | 0.32% | 0.37% | - |
| HSV(B) | 236.95º | 0.48% | 0.48% | - |
| XYZ | 7.7 | 6.53 | 19.59 | - |
| YUV | 72.49 | 156.51 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 123 | 0.48 | 0.46 | 0 | 0.52 | 236.95 | 0.32 | 0.37 |
| Hex | 40 | 43 | 7B | 30 | 2E | 0 | 34 | ED | 20 | 25 |
| Octal | 100 | 103 | 173 | 60 | 56 | 0 | 64 | 355 | 40 | 45 |
| Binary | 1000000 | 1000011 | 1111011 | 110000 | 101110 | 0 | 110100 | 11101101 | 100000 | 100101 |
Color Harmonies of #40437B
Complementary color
Monochromatic Colors of #40437B
Black with #40437B
Text Example
Text Example
White with #40437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40437B; }
p { color: rgb(64,67,123); }
H1.HeaderClassName
{
color: #40437B;
}
.AnyTagClassName
{
color: #40437B;
}
</style>
background-color css
<style>
a { background-color: #40437B; }
a { background-color: rgb(64,67,123); }
div.DivClassName
{
background-color: #40437B;
}
.BgClassName
{
background-color: #40437B;
}
</style>
border-color css
<style>
span { border-color: #40437B; }
span { border-color: rgb(64,67,123); }
td.TdClassName
{
border-color: #40437B;
}
.TagClassName
{
border-color: #40437B;
}
</style>