#413F84

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

Shades of Jacksons Purple #413F84

Tints of Jacksons Purple #413F84

Color information

#413F84 (or 0x413F84) is unknown color: approx Jacksons Purple. HEX triplet: 41, 3F and 84. RGB value is (65,63,132). Sum of RGB (Red+Green+Blue) = 65+63+132=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #413F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413F84 is #BEC07B. Grayscale: #474747. Windows color (decimal): -12501116 or 8666945. OLE color: 8666945.

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

Color convert

RGB6563132-
CMYK0.510.5200.48
HSL241.74º35.38%38.24%-
HSV(B)241.74º52.27%51.76%-
XYZ8.126.3422.63-
YUV71.46162.16123.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 63 (25% from 255) = 24.23%
BLUE value IS 132 (51.95% from 255) = 50.77%
R=25%
G=24.23%
B=50.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65631320.510.5200.48241.7435.3838.24
Hex413F843334030f22326
Octal1017720463640603624346
Binary100000111111110000100110011110100011000011110010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,63,132); }

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

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

 a { background-color: rgb(65,63,132); }

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

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

 span { border-color: rgb(65,63,132); }

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