#402955

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

Shades of Jagger #402955

Tints of Jagger #402955

Color information

#402955 (or 0x402955) is unknown color: approx Jagger. HEX triplet: 40, 29 and 55. RGB value is (64,41,85). Sum of RGB (Red+Green+Blue) = 64+41+85=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #402955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402955 is #BFD6AA. Grayscale: #343434. Windows color (decimal): -12572331 or 5581120. OLE color: 5581120.

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

Color convert

RGB644185-
CMYK0.250.5200.67
HSL271.36º34.92%24.71%-
HSV(B)271.36º51.76%33.33%-
XYZ4.553.339-
YUV52.89146.12135.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.68%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 85 (33.59% from 255) = 44.74%
R=33.68%
G=21.58%
B=44.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6441850.250.5200.67271.3634.9224.71
Hex402955193404310f2319
Octal10051125316401034174331
Binary10000001010011010101110011101000100001110000111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402955; }

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

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

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

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

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

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

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

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