#403A78

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

Shades of Jacksons Purple #403A78

Tints of Jacksons Purple #403A78

Color information

#403A78 (or 0x403A78) is unknown color: approx Jacksons Purple. HEX triplet: 40, 3A and 78. RGB value is (64,58,120). Sum of RGB (Red+Green+Blue) = 64+58+120=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #403A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A78 is #BFC587. Grayscale: #424242. Windows color (decimal): -12567944 or 7879232. OLE color: 7879232.

HSL color Cylindrical-coordinate representation of color #403A78: hue angle of 245.81º 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 #403A78 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6458120-
CMYK0.470.5200.53
HSL245.81º34.83%34.9%-
HSV(B)245.81º51.67%47.06%-
XYZ7.025.4718.46-
YUV66.86157.99125.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 120 (47.27% from 255) = 49.59%
R=26.45%
G=23.97%
B=49.59%

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
Decimal64581200.470.5200.53245.8134.8334.9
Hex403A782F34035f62323
Octal1007217057640653664343
Binary10000001110101111000101111110100011010111110110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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