#402F51

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

Shades of Jagger #402F51

Tints of Jagger #402F51

Color information

#402F51 (or 0x402F51) is unknown color: approx Jagger. HEX triplet: 40, 2F and 51. RGB value is (64,47,81). Sum of RGB (Red+Green+Blue) = 64+47+81=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 81 - color contains mainly: blue. Hex color #402F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402F51 is #BFD0AE. Grayscale: #373737. Windows color (decimal): -12570799 or 5320512. OLE color: 5320512.

HSL color Cylindrical-coordinate representation of color #402F51: hue angle of 270º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #402F51 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB644781-
CMYK0.210.4200.68
HSL270º26.56%25.1%-
HSV(B)270º41.98%31.76%-
XYZ4.623.728.26-
YUV55.96142.13133.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 47 (18.75% from 255) = 24.48%
BLUE value IS 81 (32.03% from 255) = 42.19%
R=33.33%
G=24.48%
B=42.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6447810.210.4200.6827026.5625.1
Hex402F51152A04410e1b19
Octal10057121255201044163331
Binary1000000101111101000110101101010010001001000011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402F51; }

 p { color: rgb(64,47,81); }

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

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

 a { background-color: rgb(64,47,81); }

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

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

 span { border-color: rgb(64,47,81); }

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