#413B7F

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

Shades of Jacksons Purple #413B7F

Tints of Jacksons Purple #413B7F

Color information

#413B7F (or 0x413B7F) is unknown color: approx Jacksons Purple. HEX triplet: 41, 3B and 7F. RGB value is (65,59,127). Sum of RGB (Red+Green+Blue) = 65+59+127=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #413B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B7F is #BEC480. Grayscale: #444444. Windows color (decimal): -12502145 or 8338241. OLE color: 8338241.

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

Color convert

RGB6559127-
CMYK0.490.5400.50
HSL245.29º36.56%36.47%-
HSV(B)245.29º53.54%49.8%-
XYZ7.575.7820.8-
YUV68.55160.99125.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.90%
GREEN value IS 59 (23.44% from 255) = 23.51%
BLUE value IS 127 (50% from 255) = 50.60%
R=25.90%
G=23.51%
B=50.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65591270.490.5400.50245.2936.5636.47
Hex413B7F3136032f52524
Octal1017317761660623654544
Binary10000011110111111111110001110110011001011110101100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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