#401E4F

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

Shades of Jagger #401E4F

Tints of Jagger #401E4F

Color information

#401E4F (or 0x401E4F) is unknown color: approx Jagger. HEX triplet: 40, 1E and 4F. RGB value is (64,30,79). Sum of RGB (Red+Green+Blue) = 64+30+79=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 79 - color contains mainly: blue. Hex color #401E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401E4F is #BFE1B0. Grayscale: #2D2D2D. Windows color (decimal): -12575153 or 5185088. OLE color: 5185088.

HSL color Cylindrical-coordinate representation of color #401E4F: hue angle of 281.63º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #401E4F is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB643079-
CMYK0.190.6200.69
HSL281.63º44.95%21.37%-
HSV(B)281.63º62.03%30.98%-
XYZ3.992.587.69-
YUV45.75146.76141.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 30 (12.11% from 255) = 17.34%
BLUE value IS 79 (31.25% from 255) = 45.66%
R=36.99%
G=17.34%
B=45.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6430790.190.6200.69281.6344.9521.37
Hex401E4F133E04511a2d15
Octal10036117237601054325525
Binary1000000111101001111100111111100100010110001101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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