Shades of Jacksons Purple #454A8B
Tints of Jacksons Purple #454A8B
RGB
CMYK
RGB Variations
Color information
#454A8B (or 0x454A8B) is known color: Jacksons Purple. HEX triplet: 45, 4A and 8B. RGB value is (69,74,139). Sum of RGB (Red+Green+Blue) = 69+74+139=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #454A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454A8B is #BAB574. Grayscale: #4F4F4F. Windows color (decimal): -12236149 or 9128517. OLE color: 9128517.
HSL color Cylindrical-coordinate representation of color #454A8B: hue angle of 235.71º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #454A8B is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 74 | 139 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.45 |
| HSL | 235.71º | 0.34% | 0.41% | - |
| HSV(B) | 235.71º | 0.5% | 0.55% | - |
| XYZ | 9.56 | 8.03 | 25.47 | - |
| YUV | 79.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 139 | 0.50 | 0.47 | 0 | 0.45 | 235.71 | 0.34 | 0.41 |
| Hex | 45 | 4A | 8B | 32 | 2F | 0 | 2D | EC | 22 | 29 |
| Octal | 105 | 112 | 213 | 62 | 57 | 0 | 55 | 354 | 42 | 51 |
| Binary | 1000101 | 1001010 | 10001011 | 110010 | 101111 | 0 | 101101 | 11101100 | 100010 | 101001 |
Color Harmonies of #454A8B
Complementary color
Monochromatic Colors of #454A8B
Black with #454A8B
Text Example
Text Example
White with #454A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A8B; }
p { color: rgb(69,74,139); }
H1.HeaderClassName
{
color: #454A8B;
}
.AnyTagClassName
{
color: #454A8B;
}
</style>
background-color css
<style>
a { background-color: #454A8B; }
a { background-color: rgb(69,74,139); }
div.DivClassName
{
background-color: #454A8B;
}
.BgClassName
{
background-color: #454A8B;
}
</style>
border-color css
<style>
span { border-color: #454A8B; }
span { border-color: rgb(69,74,139); }
td.TdClassName
{
border-color: #454A8B;
}
.TagClassName
{
border-color: #454A8B;
}
</style>