#402356

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

Shades of Jagger #402356

Tints of Jagger #402356

Color information

#402356 (or 0x402356) is unknown color: approx Jagger. HEX triplet: 40, 23 and 56. RGB value is (64,35,86). Sum of RGB (Red+Green+Blue) = 64+35+86=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #402356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402356 is #BFDCA9. Grayscale: #313131. Windows color (decimal): -12573866 or 5645120. OLE color: 5645120.

HSL color Cylindrical-coordinate representation of color #402356: hue angle of 274.12º degrees, saturation: 0.42, 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 #402356 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB643586-
CMYK0.260.5900.66
HSL274.12º42.15%23.73%-
HSV(B)274.12º59.3%33.73%-
XYZ4.42.969.14-
YUV49.48148.61138.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.59%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 86 (33.98% from 255) = 46.49%
R=34.59%
G=18.92%
B=46.49%

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
Decimal6435860.260.5900.66274.1242.1523.73
Hex4023561A3B0421122a18
Octal10043126327301024225230
Binary10000001000111010110110101110110100001010001001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402356; }

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

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

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

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

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

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

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

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