#412A55

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

Shades of Jagger #412A55

Tints of Jagger #412A55

Color information

#412A55 (or 0x412A55) is unknown color: approx Jagger. HEX triplet: 41, 2A and 55. RGB value is (65,42,85). Sum of RGB (Red+Green+Blue) = 65+42+85=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 85 - color contains mainly: blue. Hex color #412A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412A55 is #BED5AA. Grayscale: #353535. Windows color (decimal): -12506539 or 5581377. OLE color: 5581377.

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

Color convert

RGB654285-
CMYK0.240.5100.67
HSL272.09º33.86%24.9%-
HSV(B)272.09º50.59%33.33%-
XYZ4.653.449.01-
YUV53.78145.62136-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.85%
GREEN value IS 42 (16.80% from 255) = 21.88%
BLUE value IS 85 (33.59% from 255) = 44.27%
R=33.85%
G=21.88%
B=44.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6542850.240.5100.67272.0933.8624.9
Hex412A5518330431102219
Octal10152125306301034204231
Binary10000011010101010101110001100110100001110001000010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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