#414487

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

Shades of Jacksons Purple #414487

Tints of Jacksons Purple #414487

Color information

#414487 (or 0x414487) is unknown color: approx Jacksons Purple. HEX triplet: 41, 44 and 87. RGB value is (65,68,135). Sum of RGB (Red+Green+Blue) = 65+68+135=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #414487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414487 is #BEBB78. Grayscale: #4A4A4A. Windows color (decimal): -12499833 or 8864833. OLE color: 8864833.

HSL color Cylindrical-coordinate representation of color #414487: hue angle of 237.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #414487 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6568135-
CMYK0.520.5000.47
HSL237.43º35%39.22%-
HSV(B)237.43º51.85%52.94%-
XYZ8.627.0123.82-
YUV74.74162.01121.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.25%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 135 (53.12% from 255) = 50.37%
R=24.25%
G=25.37%
B=50.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65681350.520.5000.47237.433539.22
Hex414487343202Fed2327
Octal10110420764620573554347
Binary1000001100010010000111110100110010010111111101101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414487; }

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

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

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

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

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

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

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

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