#404577

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

Shades of Jacksons Purple #404577

Tints of Jacksons Purple #404577

Color information

#404577 (or 0x404577) is unknown color: approx Jacksons Purple. HEX triplet: 40, 45 and 77. RGB value is (64,69,119). Sum of RGB (Red+Green+Blue) = 64+69+119=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #404577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404577 is #BFBA88. Grayscale: #494949. Windows color (decimal): -12565129 or 7816512. OLE color: 7816512.

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

Color convert

RGB6469119-
CMYK0.460.4200.53
HSL234.55º30.05%35.88%-
HSV(B)234.55º46.22%46.67%-
XYZ7.576.6818.34-
YUV73.2153.84121.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 119 (46.88% from 255) = 47.22%
R=25.40%
G=27.38%
B=47.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64691190.460.4200.53234.5530.0535.88
Hex4045772E2A035eb1e24
Octal10010516756520653533644
Binary10000001000101111011110111010101001101011110101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404577; }

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

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

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

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

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

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

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

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