#402155

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

Shades of Jagger #402155

Tints of Jagger #402155

Color information

#402155 (or 0x402155) is unknown color: approx Jagger. HEX triplet: 40, 21 and 55. RGB value is (64,33,85). Sum of RGB (Red+Green+Blue) = 64+33+85=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #402155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402155 is #BFDEAA. Grayscale: #303030. Windows color (decimal): -12574379 or 5579072. OLE color: 5579072.

HSL color Cylindrical-coordinate representation of color #402155: hue angle of 275.77º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #402155 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB643385-
CMYK0.250.6100.67
HSL275.77º44.07%23.14%-
HSV(B)275.77º61.18%33.33%-
XYZ4.32.838.91-
YUV48.2148.77139.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 85 (33.59% from 255) = 46.70%
R=35.16%
G=18.13%
B=46.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6433850.250.6100.67275.7744.0723.14
Hex402155193D0431142c17
Octal10041125317501034245427
Binary10000001000011010101110011111010100001110001010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402155; }

 p { color: rgb(64,33,85); }

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

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

 a { background-color: rgb(64,33,85); }

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

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

 span { border-color: rgb(64,33,85); }

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