Shades of Jacksons Purple #42437B
Tints of Jacksons Purple #42437B
RGB
CMYK
RGB Variations
Color information
#42437B (or 0x42437B) is known color: Jacksons Purple. HEX triplet: 42, 43 and 7B. RGB value is (66,67,123). Sum of RGB (Red+Green+Blue) = 66+67+123=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #42437B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42437B is #BDBC84. Grayscale: #484848. Windows color (decimal): -12434565 or 8078146. OLE color: 8078146.
HSL color Cylindrical-coordinate representation of color #42437B: hue angle of 238.95º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42437B is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 67 | 123 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.52 |
| HSL | 238.95º | 0.3% | 0.37% | - |
| HSV(B) | 238.95º | 0.46% | 0.48% | - |
| XYZ | 7.83 | 6.6 | 19.6 | - |
| YUV | 73.09 | 156.17 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 123 | 0.46 | 0.46 | 0 | 0.52 | 238.95 | 0.3 | 0.37 |
| Hex | 42 | 43 | 7B | 2E | 2E | 0 | 34 | EF | 1E | 25 |
| Octal | 102 | 103 | 173 | 56 | 56 | 0 | 64 | 357 | 36 | 45 |
| Binary | 1000010 | 1000011 | 1111011 | 101110 | 101110 | 0 | 110100 | 11101111 | 11110 | 100101 |
Color Harmonies of #42437B
Complementary color
Monochromatic Colors of #42437B
Black with #42437B
Text Example
Text Example
White with #42437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42437B; }
p { color: rgb(66,67,123); }
H1.HeaderClassName
{
color: #42437B;
}
.AnyTagClassName
{
color: #42437B;
}
</style>
background-color css
<style>
a { background-color: #42437B; }
a { background-color: rgb(66,67,123); }
div.DivClassName
{
background-color: #42437B;
}
.BgClassName
{
background-color: #42437B;
}
</style>
border-color css
<style>
span { border-color: #42437B; }
span { border-color: rgb(66,67,123); }
td.TdClassName
{
border-color: #42437B;
}
.TagClassName
{
border-color: #42437B;
}
</style>