#413F7F

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

Shades of Jacksons Purple #413F7F

Tints of Jacksons Purple #413F7F

Color information

#413F7F (or 0x413F7F) is unknown color: approx Jacksons Purple. HEX triplet: 41, 3F and 7F. RGB value is (65,63,127). Sum of RGB (Red+Green+Blue) = 65+63+127=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #413F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F7F is #BEC080. Grayscale: #464646. Windows color (decimal): -12501121 or 8339265. OLE color: 8339265.

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

Color convert

RGB6563127-
CMYK0.490.5000.50
HSL241.88º33.68%37.25%-
HSV(B)241.88º50.39%49.8%-
XYZ7.796.2120.87-
YUV70.89159.66123.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.49%
GREEN value IS 63 (25% from 255) = 24.71%
BLUE value IS 127 (50% from 255) = 49.80%
R=25.49%
G=24.71%
B=49.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65631270.490.5000.50241.8833.6837.25
Hex413F7F3132032f22225
Octal1017717761620623624245
Binary10000011111111111111110001110010011001011110010100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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