#404880

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

Shades of Jacksons Purple #404880

Tints of Jacksons Purple #404880

Color information

#404880 (or 0x404880) is unknown color: approx Jacksons Purple. HEX triplet: 40, 48 and 80. RGB value is (64,72,128). Sum of RGB (Red+Green+Blue) = 64+72+128=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #404880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404880 is #BFB77F. Grayscale: #4B4B4B. Windows color (decimal): -12564352 or 8407104. OLE color: 8407104.

HSL color Cylindrical-coordinate representation of color #404880: hue angle of 232.5º 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 #404880 is Cyan = 0.5, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6472128-
CMYK0.50.4400.50
HSL232.5º33.33%37.65%-
HSV(B)232.5º50%50.2%-
XYZ8.337.2821.39-
YUV75.99157.35119.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=24.24%
G=27.27%
B=48.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64721280.50.4400.50232.533.3337.65
Hex404880322C032e82126
Octal10011020062540623504146
Binary1000000100100010000000110010101100011001011101000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404880; }

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

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

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

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

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

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

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

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