#404180

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

Shades of Jacksons Purple #404180

Tints of Jacksons Purple #404180

Color information

#404180 (or 0x404180) is unknown color: approx Jacksons Purple. HEX triplet: 40, 41 and 80. RGB value is (64,65,128). Sum of RGB (Red+Green+Blue) = 64+65+128=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #404180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404180 is #BFBE7F. Grayscale: #474747. Windows color (decimal): -12566144 or 8405312. OLE color: 8405312.

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

Color convert

RGB6465128-
CMYK0.50.4900.50
HSL239.06º33.33%37.65%-
HSV(B)239.06º50%50.2%-
XYZ7.96.4321.25-
YUV71.88159.67122.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 128 (50.39% from 255) = 49.81%
R=24.90%
G=25.29%
B=49.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64651280.50.4900.50239.0633.3337.65
Hex4041803231032ef2126
Octal10010120062610623574146
Binary1000000100000110000000110010110001011001011101111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404180; }

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

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

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

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

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

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

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

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