#413C78

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

Shades of Jacksons Purple #413C78

Tints of Jacksons Purple #413C78

Color information

#413C78 (or 0x413C78) is unknown color: approx Jacksons Purple. HEX triplet: 41, 3C and 78. RGB value is (65,60,120). Sum of RGB (Red+Green+Blue) = 65+60+120=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #413C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C78 is #BEC387. Grayscale: #444444. Windows color (decimal): -12501896 or 7879745. OLE color: 7879745.

HSL color Cylindrical-coordinate representation of color #413C78: hue angle of 245º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #413C78 is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6560120-
CMYK0.460.500.53
HSL245º33.33%35.29%-
HSV(B)245º50%47.06%-
XYZ7.195.7118.49-
YUV68.34157.16125.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 60 (23.83% from 255) = 24.49%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=26.53%
G=24.49%
B=48.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65601200.460.500.5324533.3335.29
Hex413C782E32035f52123
Octal1017417056620653654143
Binary10000011111001111000101110110010011010111110101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,60,120); }

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

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

 a { background-color: rgb(65,60,120); }

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

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

 span { border-color: rgb(65,60,120); }

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