#402655

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

Shades of Jagger #402655

Tints of Jagger #402655

Color information

#402655 (or 0x402655) is unknown color: approx Jagger. HEX triplet: 40, 26 and 55. RGB value is (64,38,85). Sum of RGB (Red+Green+Blue) = 64+38+85=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #402655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402655 is #BFD9AA. Grayscale: #323232. Windows color (decimal): -12573099 or 5580352. OLE color: 5580352.

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

Color convert

RGB643885-
CMYK0.250.5500.67
HSL273.19º38.21%24.12%-
HSV(B)273.19º55.29%33.33%-
XYZ4.453.138.96-
YUV51.13147.11137.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 38 (15.23% from 255) = 20.32%
BLUE value IS 85 (33.59% from 255) = 45.45%
R=34.22%
G=20.32%
B=45.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6438850.250.5500.67273.1938.2124.12
Hex40265519370431112618
Octal10046125316701034214630
Binary10000001001101010101110011101110100001110001000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402655; }

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

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

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

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

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

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

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

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