#404591

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

Shades of Jacksons Purple #404591

Tints of Jacksons Purple #404591

Color information

#404591 (or 0x404591) is unknown color: approx Jacksons Purple. HEX triplet: 40, 45 and 91. RGB value is (64,69,145). Sum of RGB (Red+Green+Blue) = 64+69+145=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #404591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404591 is #BFBA6E. Grayscale: #4B4B4B. Windows color (decimal): -12565103 or 9520448. OLE color: 9520448.

HSL color Cylindrical-coordinate representation of color #404591: hue angle of 236.3º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404591 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6469145-
CMYK0.560.5200.43
HSL236.3º38.76%40.98%-
HSV(B)236.3º55.86%56.86%-
XYZ9.357.3927.72-
YUV76.17166.84119.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.02%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=23.02%
G=24.82%
B=52.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64691450.560.5200.43236.338.7640.98
Hex404591383402Bec2729
Octal10010522170640533544751
Binary1000000100010110010001111000110100010101111101100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404591; }

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

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

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

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

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

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

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

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