#403A7C

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

Shades of Jacksons Purple #403A7C

Tints of Jacksons Purple #403A7C

Color information

#403A7C (or 0x403A7C) is unknown color: approx Jacksons Purple. HEX triplet: 40, 3A and 7C. RGB value is (64,58,124). Sum of RGB (Red+Green+Blue) = 64+58+124=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #403A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A7C is #BFC583. Grayscale: #434343. Windows color (decimal): -12567940 or 8141376. OLE color: 8141376.

HSL color Cylindrical-coordinate representation of color #403A7C: hue angle of 245.45º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #403A7C is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6458124-
CMYK0.480.5300.51
HSL245.45º36.26%35.69%-
HSV(B)245.45º53.23%48.63%-
XYZ7.275.5719.76-
YUV67.32159.99125.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 124 (48.83% from 255) = 50.41%
R=26.02%
G=23.58%
B=50.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64581240.480.5300.51245.4536.2635.69
Hex403A7C3035033f52424
Octal1007217460650633654444
Binary10000001110101111100110000110101011001111110101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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