#413150

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

Shades of Jagger #413150

Tints of Jagger #413150

Color information

#413150 (or 0x413150) is unknown color: approx Jagger. HEX triplet: 41, 31 and 50. RGB value is (65,49,80). Sum of RGB (Red+Green+Blue) = 65+49+80=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #413150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413150 is #BECEAF. Grayscale: #393939. Windows color (decimal): -12504752 or 5255489. OLE color: 5255489.

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

Color convert

RGB654980-
CMYK0.190.3900.69
HSL270.97º24.03%25.29%-
HSV(B)270.97º38.75%31.37%-
XYZ4.733.98.09-
YUV57.32140.8133.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 80 (31.64% from 255) = 41.24%
R=33.51%
G=25.26%
B=41.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6549800.190.3900.69270.9724.0325.29
Hex413150132704510f1819
Octal10161120234701054173031
Binary1000001110001101000010011100111010001011000011111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413150; }

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

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

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

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

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

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

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

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