#412F58

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

Shades of Jagger #412F58

Tints of Jagger #412F58

Color information

#412F58 (or 0x412F58) is unknown color: approx Jagger. HEX triplet: 41, 2F and 58. RGB value is (65,47,88). Sum of RGB (Red+Green+Blue) = 65+47+88=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 88 - color contains mainly: blue. Hex color #412F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F58 is #BED0A7. Grayscale: #383838. Windows color (decimal): -12505256 or 5779265. OLE color: 5779265.

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

Color convert

RGB654788-
CMYK0.260.4700.65
HSL266.34º30.37%26.47%-
HSV(B)266.34º46.59%34.51%-
XYZ4.963.869.72-
YUV57.06145.46133.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 47 (18.75% from 255) = 23.5%
BLUE value IS 88 (34.77% from 255) = 44%
R=32.5%
G=23.5%
B=44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6547880.260.4700.65266.3430.3726.47
Hex412F581A2F04110a1e1a
Octal10157130325701014123632
Binary1000001101111101100011010101111010000011000010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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