#404582

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

Shades of Jacksons Purple #404582

Tints of Jacksons Purple #404582

Color information

#404582 (or 0x404582) is unknown color: approx Jacksons Purple. HEX triplet: 40, 45 and 82. RGB value is (64,69,130). Sum of RGB (Red+Green+Blue) = 64+69+130=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #404582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404582 is #BFBA7D. Grayscale: #4A4A4A. Windows color (decimal): -12565118 or 8537408. OLE color: 8537408.

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

Color convert

RGB6469130-
CMYK0.510.4700.49
HSL235.45º34.02%38.04%-
HSV(B)235.45º50.77%50.98%-
XYZ8.276.9622.03-
YUV74.46159.34120.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=24.33%
G=26.24%
B=49.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64691300.510.4700.49235.4534.0238.04
Hex404582332F031eb2226
Octal10010520263570613534246
Binary1000000100010110000010110011101111011000111101011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404582; }

 p { color: rgb(64,69,130); }

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

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

 a { background-color: rgb(64,69,130); }

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

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

 span { border-color: rgb(64,69,130); }

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