#414479

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

Shades of Jacksons Purple #414479

Tints of Jacksons Purple #414479

Color information

#414479 (or 0x414479) is unknown color: approx Jacksons Purple. HEX triplet: 41, 44 and 79. RGB value is (65,68,121). Sum of RGB (Red+Green+Blue) = 65+68+121=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #414479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414479 is #BEBB86. Grayscale: #484848. Windows color (decimal): -12499847 or 7947329. OLE color: 7947329.

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

Color convert

RGB6568121-
CMYK0.460.4400.53
HSL236.79º30.11%36.47%-
HSV(B)236.79º46.28%47.45%-
XYZ7.76.6418.96-
YUV73.14155.01122.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.59%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 121 (47.66% from 255) = 47.64%
R=25.59%
G=26.77%
B=47.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65681210.460.4400.53236.7930.1136.47
Hex4144792E2C035ed1e24
Octal10110417156540653553644
Binary10000011000100111100110111010110001101011110110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414479; }

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

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

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

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

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

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

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

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