#402B4F

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

Shades of Jagger #402B4F

Tints of Jagger #402B4F

Color information

#402B4F (or 0x402B4F) is unknown color: approx Jagger. HEX triplet: 40, 2B and 4F. RGB value is (64,43,79). Sum of RGB (Red+Green+Blue) = 64+43+79=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #402B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402B4F is #BFD4B0. Grayscale: #353535. Windows color (decimal): -12571825 or 5188416. OLE color: 5188416.

HSL color Cylindrical-coordinate representation of color #402B4F: hue angle of 275º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #402B4F is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB644379-
CMYK0.190.4600.69
HSL275º29.51%23.92%-
HSV(B)275º45.57%30.98%-
XYZ4.393.387.82-
YUV53.38142.46135.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 43 (17.19% from 255) = 23.12%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=34.41%
G=23.12%
B=42.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6443790.190.4600.6927529.5123.92
Hex402B4F132E0451131e18
Octal10053117235601054233630
Binary1000000101011100111110011101110010001011000100111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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