#402457

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

Shades of Jagger #402457

Tints of Jagger #402457

Color information

#402457 (or 0x402457) is unknown color: approx Jagger. HEX triplet: 40, 24 and 57. RGB value is (64,36,87). Sum of RGB (Red+Green+Blue) = 64+36+87=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #402457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402457 is #BFDBA8. Grayscale: #323232. Windows color (decimal): -12573609 or 5710912. OLE color: 5710912.

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

Color convert

RGB643687-
CMYK0.260.5900.66
HSL272.94º41.46%24.12%-
HSV(B)272.94º58.62%34.12%-
XYZ4.473.049.37-
YUV50.19148.78137.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 87 (34.38% from 255) = 46.52%
R=34.22%
G=19.25%
B=46.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6436870.260.5900.66272.9441.4624.12
Hex4024571A3B0421112918
Octal10044127327301024215130
Binary10000001001001010111110101110110100001010001000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402457; }

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

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

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

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

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

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

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

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