#412949

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

Shades of Jagger #412949

Tints of Jagger #412949

Color information

#412949 (or 0x412949) is unknown color: approx Jagger. HEX triplet: 41, 29 and 49. RGB value is (65,41,73). Sum of RGB (Red+Green+Blue) = 65+41+73=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 73 - color contains mainly: blue. Hex color #412949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412949 is #BED6B6. Grayscale: #333333. Windows color (decimal): -12506807 or 4794689. OLE color: 4794689.

HSL color Cylindrical-coordinate representation of color #412949: hue angle of 285º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #412949 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB654173-
CMYK0.110.4400.71
HSL285º28.07%22.35%-
HSV(B)285º43.84%28.63%-
XYZ4.183.196.7-
YUV51.82139.95137.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 41 (16.41% from 255) = 22.91%
BLUE value IS 73 (28.91% from 255) = 40.78%
R=36.31%
G=22.91%
B=40.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6541730.110.4400.7128528.0722.35
Hex412949B2C04711d1c16
Octal10151111135401074353426
Binary100000110100110010011011101100010001111000111011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412949; }

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

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

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

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

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

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

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

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