#41304E

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

Shades of Jagger #41304E

Tints of Jagger #41304E

Color information

#41304E (or 0x41304E) is unknown color: approx Jagger. HEX triplet: 41, 30 and 4E. RGB value is (65,48,78). Sum of RGB (Red+Green+Blue) = 65+48+78=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #41304E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41304E is #BECFB1. Grayscale: #383838. Windows color (decimal): -12505010 or 5124161. OLE color: 5124161.

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

Color convert

RGB654878-
CMYK0.170.3800.69
HSL274º23.81%24.71%-
HSV(B)274º38.46%30.59%-
XYZ4.613.797.7-
YUV56.5140.13134.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.03%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=34.03%
G=25.13%
B=40.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6548780.170.3800.6927423.8124.71
Hex41304E11260451121819
Octal10160116214601054223031
Binary1000001110000100111010001100110010001011000100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41304E; }

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

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

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

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

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

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

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

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