#404281

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

Shades of Jacksons Purple #404281

Tints of Jacksons Purple #404281

Color information

#404281 (or 0x404281) is unknown color: approx Jacksons Purple. HEX triplet: 40, 42 and 81. RGB value is (64,66,129). Sum of RGB (Red+Green+Blue) = 64+66+129=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 129 - color contains mainly: blue. Hex color #404281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404281 is #BFBD7E. Grayscale: #484848. Windows color (decimal): -12565887 or 8471104. OLE color: 8471104.

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

Color convert

RGB6466129-
CMYK0.500.4900.49
HSL238.15º33.68%37.84%-
HSV(B)238.15º50.39%50.59%-
XYZ8.036.5721.61-
YUV72.58159.84121.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 129 (50.78% from 255) = 49.81%
R=24.71%
G=25.48%
B=49.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64661290.500.4900.49238.1533.6837.84
Hex4042813231031ee2226
Octal10010220162610613564246
Binary1000000100001010000001110010110001011000111101110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404281; }

 p { color: rgb(64,66,129); }

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

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

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

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

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

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

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