#413057

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

Shades of Jagger #413057

Tints of Jagger #413057

Color information

#413057 (or 0x413057) is unknown color: approx Jagger. HEX triplet: 41, 30 and 57. RGB value is (65,48,87). Sum of RGB (Red+Green+Blue) = 65+48+87=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #413057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413057 is #BECFA8. Grayscale: #393939. Windows color (decimal): -12505001 or 5713985. OLE color: 5713985.

HSL color Cylindrical-coordinate representation of color #413057: hue angle of 266.15º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #413057 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB654887-
CMYK0.250.4500.66
HSL266.15º28.89%26.47%-
HSV(B)266.15º44.83%34.12%-
XYZ4.963.939.51-
YUV57.53144.63133.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 48 (19.14% from 255) = 24%
BLUE value IS 87 (34.38% from 255) = 43.5%
R=32.5%
G=24%
B=43.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6548870.250.4500.66266.1528.8926.47
Hex413057192D04210a1d1a
Octal10160127315501024123532
Binary1000001110000101011111001101101010000101000010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413057; }

 p { color: rgb(65,48,87); }

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

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

 a { background-color: rgb(65,48,87); }

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

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

 span { border-color: rgb(65,48,87); }

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