#413E82

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

Shades of Jacksons Purple #413E82

Tints of Jacksons Purple #413E82

Color information

#413E82 (or 0x413E82) is unknown color: approx Jacksons Purple. HEX triplet: 41, 3E and 82. RGB value is (65,62,130). Sum of RGB (Red+Green+Blue) = 65+62+130=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #413E82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413E82 is #BEC17D. Grayscale: #464646. Windows color (decimal): -12501374 or 8535617. OLE color: 8535617.

HSL color Cylindrical-coordinate representation of color #413E82: hue angle of 242.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #413E82 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6562130-
CMYK0.500.5200.49
HSL242.65º35.42%37.65%-
HSV(B)242.65º52.31%50.98%-
XYZ7.936.1821.89-
YUV70.65161.49123.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 62 (24.61% from 255) = 24.12%
BLUE value IS 130 (51.17% from 255) = 50.58%
R=25.29%
G=24.12%
B=50.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65621300.500.5200.49242.6535.4237.65
Hex413E823234031f32326
Octal1017620262640613634346
Binary100000111111010000010110010110100011000111110011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413E82; }

 p { color: rgb(65,62,130); }

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

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

 a { background-color: rgb(65,62,130); }

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

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

 span { border-color: rgb(65,62,130); }

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