#412951

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

Shades of Jagger #412951

Tints of Jagger #412951

Color information

#412951 (or 0x412951) is unknown color: approx Jagger. HEX triplet: 41, 29 and 51. RGB value is (65,41,81). Sum of RGB (Red+Green+Blue) = 65+41+81=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #412951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412951 is #BED6AE. Grayscale: #343434. Windows color (decimal): -12506799 or 5318977. OLE color: 5318977.

HSL color Cylindrical-coordinate representation of color #412951: hue angle of 276º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412951 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB654181-
CMYK0.200.4900.68
HSL276º32.79%23.92%-
HSV(B)276º49.38%31.76%-
XYZ4.463.38.19-
YUV52.74143.95136.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 81 (32.03% from 255) = 43.32%
R=34.76%
G=21.93%
B=43.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6541810.200.4900.6827632.7923.92
Hex41295114310441142118
Octal10151121246101044244130
Binary10000011010011010001101001100010100010010001010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412951; }

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

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

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

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

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

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

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

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