#401E50

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

Shades of Jagger #401E50

Tints of Jagger #401E50

Color information

#401E50 (or 0x401E50) is unknown color: approx Jagger. HEX triplet: 40, 1E and 50. RGB value is (64,30,80). Sum of RGB (Red+Green+Blue) = 64+30+80=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #401E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401E50 is #BFE1AF. Grayscale: #2D2D2D. Windows color (decimal): -12575152 or 5250624. OLE color: 5250624.

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

Color convert

RGB643080-
CMYK0.200.6200.69
HSL280.8º45.45%21.57%-
HSV(B)280.8º62.5%31.37%-
XYZ4.032.67.88-
YUV45.87147.26140.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 30 (12.11% from 255) = 17.24%
BLUE value IS 80 (31.64% from 255) = 45.98%
R=36.78%
G=17.24%
B=45.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6430800.200.6200.69280.845.4521.57
Hex401E50143E0451192d16
Octal10036120247601054315526
Binary1000000111101010000101001111100100010110001100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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