#403A79

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

Shades of Jacksons Purple #403A79

Tints of Jacksons Purple #403A79

Color information

#403A79 (or 0x403A79) is unknown color: approx Jacksons Purple. HEX triplet: 40, 3A and 79. RGB value is (64,58,121). Sum of RGB (Red+Green+Blue) = 64+58+121=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #403A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A79 is #BFC586. Grayscale: #424242. Windows color (decimal): -12567943 or 7944768. OLE color: 7944768.

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

Color convert

RGB6458121-
CMYK0.470.5200.53
HSL245.71º35.2%35.1%-
HSV(B)245.71º52.07%47.45%-
XYZ7.085.518.78-
YUV66.98158.49125.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 121 (47.66% from 255) = 49.79%
R=26.34%
G=23.87%
B=49.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64581210.470.5200.53245.7135.235.1
Hex403A792F34035f62323
Octal1007217157640653664343
Binary10000001110101111001101111110100011010111110110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403A79; }

 p { color: rgb(64,58,121); }

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

<style>
 a { background-color: #403A79; }

 a { background-color: rgb(64,58,121); }

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

<style>
 span { border-color: #403A79; }

 span { border-color: rgb(64,58,121); }

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