#402556

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

Shades of Jagger #402556

Tints of Jagger #402556

Color information

#402556 (or 0x402556) is unknown color: approx Jagger. HEX triplet: 40, 25 and 56. RGB value is (64,37,86). Sum of RGB (Red+Green+Blue) = 64+37+86=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #402556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402556 is #BFDAA9. Grayscale: #323232. Windows color (decimal): -12573354 or 5645632. OLE color: 5645632.

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

Color convert

RGB643786-
CMYK0.260.5700.66
HSL273.06º39.84%24.12%-
HSV(B)273.06º56.98%33.73%-
XYZ4.463.099.16-
YUV50.66147.95137.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 86 (33.98% from 255) = 45.99%
R=34.22%
G=19.79%
B=45.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6437860.260.5700.66273.0639.8424.12
Hex4025561A390421112818
Octal10045126327101024215030
Binary10000001001011010110110101110010100001010001000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402556; }

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

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

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

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

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

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

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

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