#414789

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

Shades of Jacksons Purple #414789

Tints of Jacksons Purple #414789

Color information

#414789 (or 0x414789) is unknown color: approx Jacksons Purple. HEX triplet: 41, 47 and 89. RGB value is (65,71,137). Sum of RGB (Red+Green+Blue) = 65+71+137=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #414789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414789 is #BEB876. Grayscale: #4C4C4C. Windows color (decimal): -12499063 or 8996673. OLE color: 8996673.

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

Color convert

RGB6571137-
CMYK0.530.4800.46
HSL235º35.64%39.61%-
HSV(B)235º52.55%53.73%-
XYZ8.957.4424.63-
YUV76.73162.01119.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 137 (53.91% from 255) = 50.18%
R=23.81%
G=26.01%
B=50.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65711370.530.4800.4623535.6439.61
Hex414789353002Eeb2428
Octal10110721165600563534450
Binary1000001100011110001001110101110000010111011101011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414789; }

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

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

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

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

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

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

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

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