#404082

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

Shades of Jacksons Purple #404082

Tints of Jacksons Purple #404082

Color information

#404082 (or 0x404082) is unknown color: approx Jacksons Purple. HEX triplet: 40, 40 and 82. RGB value is (64,64,130). Sum of RGB (Red+Green+Blue) = 64+64+130=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #404082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404082 is #BFBF7D. Grayscale: #474747. Windows color (decimal): -12566398 or 8536128. OLE color: 8536128.

HSL color Cylindrical-coordinate representation of color #404082: hue angle of 240º 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 #404082 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6464130-
CMYK0.510.5100.49
HSL240º34.02%38.04%-
HSV(B)240º50.77%50.98%-
XYZ7.986.3721.93-
YUV71.52161122.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 130 (51.17% from 255) = 50.39%
R=24.81%
G=24.81%
B=50.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64641300.510.5100.4924034.0238.04
Hex4040823333031f02226
Octal10010020263630613604246
Binary1000000100000010000010110011110011011000111110000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404082; }

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

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

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

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

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

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

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

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