#412550

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

Shades of Jagger #412550

Tints of Jagger #412550

Color information

#412550 (or 0x412550) is unknown color: approx Jagger. HEX triplet: 41, 25 and 50. RGB value is (65,37,80). Sum of RGB (Red+Green+Blue) = 65+37+80=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #412550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412550 is #BEDAAF. Grayscale: #323232. Windows color (decimal): -12507824 or 5252417. OLE color: 5252417.

HSL color Cylindrical-coordinate representation of color #412550: hue angle of 279.07º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #412550 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB653780-
CMYK0.190.5400.69
HSL279.07º36.75%22.94%-
HSV(B)279.07º53.75%31.37%-
XYZ4.293.037.95-
YUV50.27144.78138.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 37 (14.84% from 255) = 20.33%
BLUE value IS 80 (31.64% from 255) = 43.96%
R=35.71%
G=20.33%
B=43.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6537800.190.5400.69279.0736.7522.94
Hex41255013360451172517
Octal10145120236601054274527
Binary10000011001011010000100111101100100010110001011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412550; }

 p { color: rgb(65,37,80); }

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

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

 a { background-color: rgb(65,37,80); }

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

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

 span { border-color: rgb(65,37,80); }

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