#412C58

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

Shades of Jagger #412C58

Tints of Jagger #412C58

Color information

#412C58 (or 0x412C58) is unknown color: approx Jagger. HEX triplet: 41, 2C and 58. RGB value is (65,44,88). Sum of RGB (Red+Green+Blue) = 65+44+88=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #412C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C58 is #BED3A7. Grayscale: #373737. Windows color (decimal): -12506024 or 5778497. OLE color: 5778497.

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

Color convert

RGB654488-
CMYK0.260.500.65
HSL268.64º33.33%25.88%-
HSV(B)268.64º50%34.51%-
XYZ4.843.639.68-
YUV55.3146.46134.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.99%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 88 (34.77% from 255) = 44.67%
R=32.99%
G=22.34%
B=44.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6544880.260.500.65268.6433.3325.88
Hex412C581A3204110d211a
Octal10154130326201014154132
Binary10000011011001011000110101100100100000110000110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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