#414389

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

Shades of Jacksons Purple #414389

Tints of Jacksons Purple #414389

Color information

#414389 (or 0x414389) is unknown color: approx Jacksons Purple. HEX triplet: 41, 43 and 89. RGB value is (65,67,137). Sum of RGB (Red+Green+Blue) = 65+67+137=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #414389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414389 is #BEBC76. Grayscale: #4A4A4A. Windows color (decimal): -12500087 or 8995649. OLE color: 8995649.

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

Color convert

RGB6567137-
CMYK0.530.5100.46
HSL238.33º35.64%39.61%-
HSV(B)238.33º52.55%53.73%-
XYZ8.76.9424.55-
YUV74.38163.34121.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.16%
GREEN value IS 67 (26.56% from 255) = 24.91%
BLUE value IS 137 (53.91% from 255) = 50.93%
R=24.16%
G=24.91%
B=50.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65671370.530.5100.46238.3335.6439.61
Hex414389353302Eee2428
Octal10110321165630563564450
Binary1000001100001110001001110101110011010111011101110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414389; }

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

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

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

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

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

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

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

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