#402358

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

Shades of Jagger #402358

Tints of Jagger #402358

Color information

#402358 (or 0x402358) is unknown color: approx Jagger. HEX triplet: 40, 23 and 58. RGB value is (64,35,88). Sum of RGB (Red+Green+Blue) = 64+35+88=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #402358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402358 is #BFDCA7. Grayscale: #313131. Windows color (decimal): -12573864 or 5776192. OLE color: 5776192.

HSL color Cylindrical-coordinate representation of color #402358: hue angle of 272.83º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #402358 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB643588-
CMYK0.270.6000.65
HSL272.83º43.09%24.12%-
HSV(B)272.83º60.23%34.51%-
XYZ4.4839.57-
YUV49.71149.61138.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 35 (14.06% from 255) = 18.72%
BLUE value IS 88 (34.77% from 255) = 47.06%
R=34.22%
G=18.72%
B=47.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6435880.270.6000.65272.8343.0924.12
Hex4023581B3C0411112b18
Octal10043130337401014215330
Binary10000001000111011000110111111000100000110001000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402358; }

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

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

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

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

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

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

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

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