#402A55

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

Shades of Jagger #402A55

Tints of Jagger #402A55

Color information

#402A55 (or 0x402A55) is unknown color: approx Jagger. HEX triplet: 40, 2A and 55. RGB value is (64,42,85). Sum of RGB (Red+Green+Blue) = 64+42+85=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #402A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A55 is #BFD5AA. Grayscale: #353535. Windows color (decimal): -12572075 or 5581376. OLE color: 5581376.

HSL color Cylindrical-coordinate representation of color #402A55: hue angle of 270.7º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #402A55 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB644285-
CMYK0.250.5100.67
HSL270.7º33.86%24.9%-
HSV(B)270.7º50.59%33.33%-
XYZ4.583.49.01-
YUV53.48145.79135.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=33.51%
G=21.99%
B=44.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6442850.250.5100.67270.733.8624.9
Hex402A55193304310f2219
Octal10052125316301034174231
Binary10000001010101010101110011100110100001110000111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,42,85); }

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

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

 a { background-color: rgb(64,42,85); }

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

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

 span { border-color: rgb(64,42,85); }

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