#414287

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

Shades of Jacksons Purple #414287

Tints of Jacksons Purple #414287

Color information

#414287 (or 0x414287) is unknown color: approx Jacksons Purple. HEX triplet: 41, 42 and 87. RGB value is (65,66,135). Sum of RGB (Red+Green+Blue) = 65+66+135=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #414287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414287 is #BEBD78. Grayscale: #494949. Windows color (decimal): -12500345 or 8864321. OLE color: 8864321.

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

Color convert

RGB6566135-
CMYK0.520.5100.47
HSL239.14º35%39.22%-
HSV(B)239.14º51.85%52.94%-
XYZ8.56.7723.78-
YUV73.57162.67121.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.44%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 135 (53.12% from 255) = 50.75%
R=24.44%
G=24.81%
B=50.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65661350.520.5100.47239.143539.22
Hex414287343302Fef2327
Octal10110220764630573574347
Binary1000001100001010000111110100110011010111111101111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414287; }

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

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

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

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

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

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

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

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