#414779

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

Shades of Jacksons Purple #414779

Tints of Jacksons Purple #414779

Color information

#414779 (or 0x414779) is unknown color: approx Jacksons Purple. HEX triplet: 41, 47 and 79. RGB value is (65,71,121). Sum of RGB (Red+Green+Blue) = 65+71+121=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #414779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414779 is #BEB886. Grayscale: #4A4A4A. Windows color (decimal): -12499079 or 7948097. OLE color: 7948097.

HSL color Cylindrical-coordinate representation of color #414779: hue angle of 233.57º 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 #414779 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6571121-
CMYK0.460.4100.53
HSL233.57º30.11%36.47%-
HSV(B)233.57º46.28%47.45%-
XYZ7.887.0119.03-
YUV74.91154.01120.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 121 (47.66% from 255) = 47.08%
R=25.29%
G=27.63%
B=47.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65711210.460.4100.53233.5730.1136.47
Hex4147792E29035ea1e24
Octal10110717156510653523644
Binary10000011000111111100110111010100101101011110101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414779; }

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

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

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

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

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

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

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

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