#414689

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

Shades of Jacksons Purple #414689

Tints of Jacksons Purple #414689

Color information

#414689 (or 0x414689) is unknown color: approx Jacksons Purple. HEX triplet: 41, 46 and 89. RGB value is (65,70,137). Sum of RGB (Red+Green+Blue) = 65+70+137=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #414689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414689 is #BEB976. Grayscale: #4B4B4B. Windows color (decimal): -12499319 or 8996417. OLE color: 8996417.

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

Color convert

RGB6570137-
CMYK0.530.4900.46
HSL235.83º35.64%39.61%-
HSV(B)235.83º52.55%53.73%-
XYZ8.897.3124.61-
YUV76.14162.34120.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.90%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 137 (53.91% from 255) = 50.37%
R=23.90%
G=25.74%
B=50.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65701370.530.4900.46235.8335.6439.61
Hex414689353102Eec2428
Octal10110621165610563544450
Binary1000001100011010001001110101110001010111011101100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414689; }

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

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

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

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

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

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

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

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