#401E55

Color #401E55 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #401E55

Tints of Jagger #401E55

Color information

#401E55 (or 0x401E55) is unknown color: approx Jagger. HEX triplet: 40, 1E and 55. RGB value is (64,30,85). Sum of RGB (Red+Green+Blue) = 64+30+85=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #401E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401E55 is #BFE1AA. Grayscale: #2E2E2E. Windows color (decimal): -12575147 or 5578304. OLE color: 5578304.

HSL color Cylindrical-coordinate representation of color #401E55: hue angle of 277.09º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #401E55 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB643085-
CMYK0.250.6500.67
HSL277.09º47.83%22.55%-
HSV(B)277.09º64.71%33.33%-
XYZ4.222.678.89-
YUV46.44149.76140.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 30 (12.11% from 255) = 16.76%
BLUE value IS 85 (33.59% from 255) = 47.49%
R=35.75%
G=16.76%
B=47.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6430850.250.6500.67277.0947.8322.55
Hex401E5519410431153017
Octal100361253110101034256027
Binary10000001111010101011100110000010100001110001010111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401E55; }

 p { color: rgb(64,30,85); }

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

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

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

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

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

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

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