#402454

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

Shades of Jagger #402454

Tints of Jagger #402454

Color information

#402454 (or 0x402454) is unknown color: approx Jagger. HEX triplet: 40, 24 and 54. RGB value is (64,36,84). Sum of RGB (Red+Green+Blue) = 64+36+84=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #402454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402454 is #BFDBAB. Grayscale: #313131. Windows color (decimal): -12573612 or 5514304. OLE color: 5514304.

HSL color Cylindrical-coordinate representation of color #402454: hue angle of 275º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #402454 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB643684-
CMYK0.240.5700.67
HSL275º40%23.53%-
HSV(B)275º57.14%32.94%-
XYZ4.352.998.74-
YUV49.84147.28138.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.78%
GREEN value IS 36 (14.45% from 255) = 19.57%
BLUE value IS 84 (33.20% from 255) = 45.65%
R=34.78%
G=19.57%
B=45.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6436840.240.5700.672754023.53
Hex40245418390431132818
Octal10044124307101034235030
Binary10000001001001010100110001110010100001110001001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402454; }

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

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

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

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

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

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

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

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