#403980

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

Shades of Jacksons Purple #403980

Tints of Jacksons Purple #403980

Color information

#403980 (or 0x403980) is unknown color: approx Jacksons Purple. HEX triplet: 40, 39 and 80. RGB value is (64,57,128). Sum of RGB (Red+Green+Blue) = 64+57+128=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #403980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403980 is #BFC67F. Grayscale: #424242. Windows color (decimal): -12568192 or 8403264. OLE color: 8403264.

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

Color convert

RGB6457128-
CMYK0.50.5500.50
HSL245.92º38.38%36.27%-
HSV(B)245.92º55.47%50.2%-
XYZ7.475.5721.1-
YUV67.19162.32125.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 128 (50.39% from 255) = 51.41%
R=25.70%
G=22.89%
B=51.41%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64571280.50.5500.50245.9238.3836.27
Hex4039803237032f62624
Octal1007120062670623664644
Binary100000011100110000000110010110111011001011110110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403980; }

 p { color: rgb(64,57,128); }

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

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

 a { background-color: rgb(64,57,128); }

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

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

 span { border-color: rgb(64,57,128); }

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