#402249

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

Shades of Jagger #402249

Tints of Jagger #402249

Color information

#402249 (or 0x402249) is unknown color: approx Jagger. HEX triplet: 40, 22 and 49. RGB value is (64,34,73). Sum of RGB (Red+Green+Blue) = 64+34+73=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #402249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402249 is #BFDDB6. Grayscale: #2F2F2F. Windows color (decimal): -12574135 or 4792896. OLE color: 4792896.

HSL color Cylindrical-coordinate representation of color #402249: hue angle of 286.15º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #402249 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB643473-
CMYK0.120.5300.71
HSL286.15º36.45%20.98%-
HSV(B)286.15º53.42%28.63%-
XYZ3.892.726.62-
YUV47.42142.44139.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 73 (28.91% from 255) = 42.69%
R=37.43%
G=19.88%
B=42.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6434730.120.5300.71286.1536.4520.98
Hex402249C3504711e2415
Octal10042111146501074364425
Binary1000000100010100100111001101010100011110001111010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402249; }

 p { color: rgb(64,34,73); }

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

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

 a { background-color: rgb(64,34,73); }

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

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

 span { border-color: rgb(64,34,73); }

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