#41294A

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

Shades of Jagger #41294A

Tints of Jagger #41294A

Color information

#41294A (or 0x41294A) is unknown color: approx Jagger. HEX triplet: 41, 29 and 4A. RGB value is (65,41,74). Sum of RGB (Red+Green+Blue) = 65+41+74=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #41294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41294A is #BED6B5. Grayscale: #333333. Windows color (decimal): -12506806 or 4860225. OLE color: 4860225.

HSL color Cylindrical-coordinate representation of color #41294A: hue angle of 283.64º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41294A is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB654174-
CMYK0.120.4500.71
HSL283.64º28.7%22.55%-
HSV(B)283.64º44.59%29.02%-
XYZ4.213.26.88-
YUV51.94140.45137.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.11%
GREEN value IS 41 (16.41% from 255) = 22.78%
BLUE value IS 74 (29.30% from 255) = 41.11%
R=36.11%
G=22.78%
B=41.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6541740.120.4500.71283.6428.722.55
Hex41294AC2D04711c1d17
Octal10151112145501074343527
Binary100000110100110010101100101101010001111000111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41294A; }

 p { color: rgb(65,41,74); }

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

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

 a { background-color: rgb(65,41,74); }

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

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

 span { border-color: rgb(65,41,74); }

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