#41294E

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

Shades of Jagger #41294E

Tints of Jagger #41294E

Color information

#41294E (or 0x41294E) is unknown color: approx Jagger. HEX triplet: 41, 29 and 4E. RGB value is (65,41,78). Sum of RGB (Red+Green+Blue) = 65+41+78=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #41294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41294E is #BED6B1. Grayscale: #343434. Windows color (decimal): -12506802 or 5122369. OLE color: 5122369.

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

Color convert

RGB654178-
CMYK0.170.4700.69
HSL278.92º31.09%23.33%-
HSV(B)278.92º47.44%30.59%-
XYZ4.353.267.61-
YUV52.39142.45136.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 41 (16.41% from 255) = 22.28%
BLUE value IS 78 (30.86% from 255) = 42.39%
R=35.33%
G=22.28%
B=42.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6541780.170.4700.69278.9231.0923.33
Hex41294E112F0451171f17
Octal10151116215701054273727
Binary1000001101001100111010001101111010001011000101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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