#414778

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

Shades of Jacksons Purple #414778

Tints of Jacksons Purple #414778

Color information

#414778 (or 0x414778) is unknown color: approx Jacksons Purple. HEX triplet: 41, 47 and 78. RGB value is (65,71,120). Sum of RGB (Red+Green+Blue) = 65+71+120=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #414778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414778 is #BEB887. Grayscale: #4A4A4A. Windows color (decimal): -12499080 or 7882561. OLE color: 7882561.

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

Color convert

RGB6571120-
CMYK0.460.4100.53
HSL233.45º29.73%36.27%-
HSV(B)233.45º45.83%47.06%-
XYZ7.826.9918.71-
YUV74.79153.51121.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.39%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 120 (47.27% from 255) = 46.88%
R=25.39%
G=27.73%
B=46.88%

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
Decimal65711200.460.4100.53233.4529.7336.27
Hex4147782E29035e91e24
Octal10110717056510653513644
Binary10000011000111111100010111010100101101011110100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414778; }

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

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

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

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

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

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

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

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