#41294D

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

Shades of Jagger #41294D

Tints of Jagger #41294D

Color information

#41294D (or 0x41294D) is unknown color: approx Jagger. HEX triplet: 41, 29 and 4D. RGB value is (65,41,77). Sum of RGB (Red+Green+Blue) = 65+41+77=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #41294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41294D is #BED6B2. Grayscale: #343434. Windows color (decimal): -12506803 or 5056833. OLE color: 5056833.

HSL color Cylindrical-coordinate representation of color #41294D: hue angle of 280º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41294D is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB654177-
CMYK0.160.4700.70
HSL280º30.51%23.14%-
HSV(B)280º46.75%30.2%-
XYZ4.313.257.42-
YUV52.28141.95137.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 77 (30.47% from 255) = 42.08%
R=35.52%
G=22.40%
B=42.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6541770.160.4700.7028030.5123.14
Hex41294D102F0461181f17
Octal10151115205701064303727
Binary1000001101001100110110000101111010001101000110001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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