#402456

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

Shades of Jagger #402456

Tints of Jagger #402456

Color information

#402456 (or 0x402456) is unknown color: approx Jagger. HEX triplet: 40, 24 and 56. RGB value is (64,36,86). Sum of RGB (Red+Green+Blue) = 64+36+86=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #402456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402456 is #BFDBA9. Grayscale: #313131. Windows color (decimal): -12573610 or 5645376. OLE color: 5645376.

HSL color Cylindrical-coordinate representation of color #402456: hue angle of 273.6º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #402456 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB643686-
CMYK0.260.5800.66
HSL273.6º40.98%23.92%-
HSV(B)273.6º58.14%33.73%-
XYZ4.423.029.15-
YUV50.07148.28137.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 36 (14.45% from 255) = 19.35%
BLUE value IS 86 (33.98% from 255) = 46.24%
R=34.41%
G=19.35%
B=46.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6436860.260.5800.66273.640.9823.92
Hex4024561A3A0421122918
Octal10044126327201024225130
Binary10000001001001010110110101110100100001010001001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402456; }

 p { color: rgb(64,36,86); }

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

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

 a { background-color: rgb(64,36,86); }

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

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

 span { border-color: rgb(64,36,86); }

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