#414379

Color #414379 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #414379

Tints of Jacksons Purple #414379

Color information

#414379 (or 0x414379) is unknown color: approx Jacksons Purple. HEX triplet: 41, 43 and 79. RGB value is (65,67,121). Sum of RGB (Red+Green+Blue) = 65+67+121=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #414379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414379 is #BEBC86. Grayscale: #484848. Windows color (decimal): -12500103 or 7947073. OLE color: 7947073.

HSL color Cylindrical-coordinate representation of color #414379: hue angle of 237.86º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #414379 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6567121-
CMYK0.460.4500.53
HSL237.86º30.11%36.47%-
HSV(B)237.86º46.28%47.45%-
XYZ7.646.5218.94-
YUV72.56155.34122.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 25.69%
GREEN value IS 67 (26.56% from 255) = 26.48%
BLUE value IS 121 (47.66% from 255) = 47.83%
R=25.69%
G=26.48%
B=47.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65671210.460.4500.53237.8630.1136.47
Hex4143792E2D035ee1e24
Octal10110317156550653563644
Binary10000011000011111100110111010110101101011110111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414379; }

 p { color: rgb(65,67,121); }

 H1.HeaderClassName
 {
   color: #414379;
 }
 .AnyTagClassName
 {
   color: #414379;
 }
</style>
background-color css

<style>
 a { background-color: #414379; }

 a { background-color: rgb(65,67,121); }

 div.DivClassName
 {
   background-color: #414379;
 }
 .BgClassName
 {
   background-color: #414379;
 }
</style>
border-color css

<style>
 span { border-color: #414379; }

 span { border-color: rgb(65,67,121); }

 td.TdClassName
 {
   border-color: #414379;
 }
 .TagClassName
 {
   border-color: #414379;
 }
</style>