#401F53

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

Shades of Jagger #401F53

Tints of Jagger #401F53

Color information

#401F53 (or 0x401F53) is unknown color: approx Jagger. HEX triplet: 40, 1F and 53. RGB value is (64,31,83). Sum of RGB (Red+Green+Blue) = 64+31+83=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #401F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F53 is #BFE0AC. Grayscale: #2E2E2E. Windows color (decimal): -12574893 or 5447488. OLE color: 5447488.

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

Color convert

RGB643183-
CMYK0.230.6300.67
HSL278.08º45.61%22.35%-
HSV(B)278.08º62.65%32.55%-
XYZ4.172.698.48-
YUV46.8148.43140.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 31 (12.5% from 255) = 17.42%
BLUE value IS 83 (32.81% from 255) = 46.63%
R=35.96%
G=17.42%
B=46.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6431830.230.6300.67278.0845.6122.35
Hex401F53173F0431162e16
Octal10037123277701034265626
Binary1000000111111010011101111111110100001110001011010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,31,83); }

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

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

 a { background-color: rgb(64,31,83); }

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

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

 span { border-color: rgb(64,31,83); }

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