#412A4B

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

Shades of Jagger #412A4B

Tints of Jagger #412A4B

Color information

#412A4B (or 0x412A4B) is unknown color: approx Jagger. HEX triplet: 41, 2A and 4B. RGB value is (65,42,75). Sum of RGB (Red+Green+Blue) = 65+42+75=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #412A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A4B is #BED5B4. Grayscale: #343434. Windows color (decimal): -12506549 or 4926017. OLE color: 4926017.

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

Color convert

RGB654275-
CMYK0.130.4400.71
HSL281.82º28.21%22.94%-
HSV(B)281.82º44%29.41%-
XYZ4.283.297.07-
YUV52.64140.62136.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 42 (16.80% from 255) = 23.08%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=35.71%
G=23.08%
B=41.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6542750.130.4400.71281.8228.2122.94
Hex412A4BD2C04711a1c17
Octal10152113155401074323427
Binary100000110101010010111101101100010001111000110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412A4B; }

 p { color: rgb(65,42,75); }

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

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

 a { background-color: rgb(65,42,75); }

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

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

 span { border-color: rgb(65,42,75); }

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