#413F80

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

Shades of Jacksons Purple #413F80

Tints of Jacksons Purple #413F80

Color information

#413F80 (or 0x413F80) is unknown color: approx Jacksons Purple. HEX triplet: 41, 3F and 80. RGB value is (65,63,128). Sum of RGB (Red+Green+Blue) = 65+63+128=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #413F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413F80 is #BEC07F. Grayscale: #464646. Windows color (decimal): -12501120 or 8404801. OLE color: 8404801.

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

Color convert

RGB6563128-
CMYK0.490.5100.50
HSL241.85º34.03%37.45%-
HSV(B)241.85º50.78%50.2%-
XYZ7.856.2421.21-
YUV71.01160.16123.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.39%
GREEN value IS 63 (25% from 255) = 24.61%
BLUE value IS 128 (50.39% from 255) = 50%
R=25.39%
G=24.61%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65631280.490.5100.50241.8534.0337.45
Hex413F803133032f22225
Octal1017720061630623624245
Binary100000111111110000000110001110011011001011110010100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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