Shades of Jacksons Purple #414A7E
Tints of Jacksons Purple #414A7E
RGB
CMYK
RGB Variations
Color information
#414A7E (or 0x414A7E) is known color: Jacksons Purple. HEX triplet: 41, 4A and 7E. RGB value is (65,74,126). Sum of RGB (Red+Green+Blue) = 65+74+126=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 126 - color contains mainly: blue. Hex color #414A7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A7E is #BEB581. Grayscale: #4D4D4D. Windows color (decimal): -12498306 or 8276545. OLE color: 8276545.
HSL color Cylindrical-coordinate representation of color #414A7E: hue angle of 231.15º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #414A7E is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 74 | 126 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.51 |
| HSL | 231.15º | 0.32% | 0.37% | - |
| HSV(B) | 231.15º | 0.48% | 0.49% | - |
| XYZ | 8.39 | 7.53 | 20.75 | - |
| YUV | 77.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 74 | 126 | 0.48 | 0.41 | 0 | 0.51 | 231.15 | 0.32 | 0.37 |
| Hex | 41 | 4A | 7E | 30 | 29 | 0 | 33 | E7 | 20 | 25 |
| Octal | 101 | 112 | 176 | 60 | 51 | 0 | 63 | 347 | 40 | 45 |
| Binary | 1000001 | 1001010 | 1111110 | 110000 | 101001 | 0 | 110011 | 11100111 | 100000 | 100101 |
Color Harmonies of #414A7E
Complementary color
Monochromatic Colors of #414A7E
Black with #414A7E
Text Example
Text Example
White with #414A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414A7E; }
p { color: rgb(65,74,126); }
H1.HeaderClassName
{
color: #414A7E;
}
.AnyTagClassName
{
color: #414A7E;
}
</style>
background-color css
<style>
a { background-color: #414A7E; }
a { background-color: rgb(65,74,126); }
div.DivClassName
{
background-color: #414A7E;
}
.BgClassName
{
background-color: #414A7E;
}
</style>
border-color css
<style>
span { border-color: #414A7E; }
span { border-color: rgb(65,74,126); }
td.TdClassName
{
border-color: #414A7E;
}
.TagClassName
{
border-color: #414A7E;
}
</style>