#413255

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

Shades of Jagger #413255

Tints of Jagger #413255

Color information

#413255 (or 0x413255) is unknown color: approx Jagger. HEX triplet: 41, 32 and 55. RGB value is (65,50,85). Sum of RGB (Red+Green+Blue) = 65+50+85=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #413255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413255 is #BECDAA. Grayscale: #3A3A3A. Windows color (decimal): -12504491 or 5583425. OLE color: 5583425.

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

Color convert

RGB655085-
CMYK0.240.4100.67
HSL265.71º25.93%26.47%-
HSV(B)265.71º41.18%33.33%-
XYZ4.964.069.12-
YUV58.47142.97132.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 85 (33.59% from 255) = 42.5%
R=32.5%
G=25%
B=42.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6550850.240.4100.67265.7125.9326.47
Hex413255182904310a1a1a
Octal10162125305101034123232
Binary1000001110010101010111000101001010000111000010101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413255; }

 p { color: rgb(65,50,85); }

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

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

 a { background-color: rgb(65,50,85); }

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

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

 span { border-color: rgb(65,50,85); }

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