#412E55

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

Shades of Jagger #412E55

Tints of Jagger #412E55

Color information

#412E55 (or 0x412E55) is unknown color: approx Jagger. HEX triplet: 41, 2E and 55. RGB value is (65,46,85). Sum of RGB (Red+Green+Blue) = 65+46+85=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #412E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E55 is #BED1AA. Grayscale: #373737. Windows color (decimal): -12505515 or 5582401. OLE color: 5582401.

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

Color convert

RGB654685-
CMYK0.240.4600.67
HSL269.23º29.77%25.69%-
HSV(B)269.23º45.88%33.33%-
XYZ4.83.739.06-
YUV56.13144.29134.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.16%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=33.16%
G=23.47%
B=43.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6546850.240.4600.67269.2329.7725.69
Hex412E55182E04310d1e1a
Octal10156125305601034153632
Binary1000001101110101010111000101110010000111000011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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