#414787

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

Shades of Jacksons Purple #414787

Tints of Jacksons Purple #414787

Color information

#414787 (or 0x414787) is unknown color: approx Jacksons Purple. HEX triplet: 41, 47 and 87. RGB value is (65,71,135). Sum of RGB (Red+Green+Blue) = 65+71+135=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #414787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414787 is #BEB878. Grayscale: #4C4C4C. Windows color (decimal): -12499065 or 8865601. OLE color: 8865601.

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

Color convert

RGB6571135-
CMYK0.520.4700.47
HSL234.86º35%39.22%-
HSV(B)234.86º51.85%52.94%-
XYZ8.817.3823.88-
YUV76.5161.01119.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.99%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 135 (53.12% from 255) = 49.82%
R=23.99%
G=26.20%
B=49.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65711350.520.4700.47234.863539.22
Hex414787342F02Feb2327
Octal10110720764570573534347
Binary1000001100011110000111110100101111010111111101011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414787; }

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

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

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

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

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

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

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

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