#412B58

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

Shades of Jagger #412B58

Tints of Jagger #412B58

Color information

#412B58 (or 0x412B58) is unknown color: approx Jagger. HEX triplet: 41, 2B and 58. RGB value is (65,43,88). Sum of RGB (Red+Green+Blue) = 65+43+88=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #412B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412B58 is #BED4A7. Grayscale: #363636. Windows color (decimal): -12506280 or 5778241. OLE color: 5778241.

HSL color Cylindrical-coordinate representation of color #412B58: hue angle of 269.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412B58 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB654388-
CMYK0.260.5100.65
HSL269.33º34.35%25.69%-
HSV(B)269.33º51.14%34.51%-
XYZ4.813.569.67-
YUV54.71146.79135.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.16%
GREEN value IS 43 (17.19% from 255) = 21.94%
BLUE value IS 88 (34.77% from 255) = 44.90%
R=33.16%
G=21.94%
B=44.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6543880.260.5100.65269.3334.3525.69
Hex412B581A3304110d221a
Octal10153130326301014154232
Binary10000011010111011000110101100110100000110000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,43,88); }

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

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

 a { background-color: rgb(65,43,88); }

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

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

 span { border-color: rgb(65,43,88); }

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