#402055

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

Shades of Jagger #402055

Tints of Jagger #402055

Color information

#402055 (or 0x402055) is unknown color: approx Jagger. HEX triplet: 40, 20 and 55. RGB value is (64,32,85). Sum of RGB (Red+Green+Blue) = 64+32+85=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #402055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402055 is #BFDFAA. Grayscale: #2F2F2F. Windows color (decimal): -12574635 or 5578816. OLE color: 5578816.

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

Color convert

RGB643285-
CMYK0.250.6200.67
HSL276.23º45.3%22.94%-
HSV(B)276.23º62.35%33.33%-
XYZ4.272.788.91-
YUV47.61149.1139.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=35.36%
G=17.68%
B=46.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6432850.250.6200.67276.2345.322.94
Hex402055193E0431142d17
Octal10040125317601034245527
Binary10000001000001010101110011111100100001110001010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402055; }

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

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

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

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

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

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

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

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