#404287

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

Shades of Jacksons Purple #404287

Tints of Jacksons Purple #404287

Color information

#404287 (or 0x404287) is unknown color: approx Jacksons Purple. HEX triplet: 40, 42 and 87. RGB value is (64,66,135). Sum of RGB (Red+Green+Blue) = 64+66+135=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #404287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404287 is #BFBD78. Grayscale: #484848. Windows color (decimal): -12565881 or 8864320. OLE color: 8864320.

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

Color convert

RGB6466135-
CMYK0.530.5100.47
HSL238.31º35.68%39.02%-
HSV(B)238.31º52.59%52.94%-
XYZ8.446.7423.78-
YUV73.27162.84121.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 135 (53.12% from 255) = 50.94%
R=24.15%
G=24.91%
B=50.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64661350.530.5100.47238.3135.6839.02
Hex404287353302Fee2427
Octal10010220765630573564447
Binary1000000100001010000111110101110011010111111101110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404287; }

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

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

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

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

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

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

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

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