#412955

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

Shades of Jagger #412955

Tints of Jagger #412955

Color information

#412955 (or 0x412955) is unknown color: approx Jagger. HEX triplet: 41, 29 and 55. RGB value is (65,41,85). Sum of RGB (Red+Green+Blue) = 65+41+85=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #412955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412955 is #BED6AA. Grayscale: #353535. Windows color (decimal): -12506795 or 5581121. OLE color: 5581121.

HSL color Cylindrical-coordinate representation of color #412955: hue angle of 272.73º 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 #412955 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB654185-
CMYK0.240.5200.67
HSL272.73º34.92%24.71%-
HSV(B)272.73º51.76%33.33%-
XYZ4.613.379-
YUV53.19145.95136.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.03%
GREEN value IS 41 (16.41% from 255) = 21.47%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=34.03%
G=21.47%
B=44.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6541850.240.5200.67272.7334.9224.71
Hex41295518340431112319
Octal10151125306401034214331
Binary10000011010011010101110001101000100001110001000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412955; }

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

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

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

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

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

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

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

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