#41324E

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

Shades of Jagger #41324E

Tints of Jagger #41324E

Color information

#41324E (or 0x41324E) is unknown color: approx Jagger. HEX triplet: 41, 32 and 4E. RGB value is (65,50,78). Sum of RGB (Red+Green+Blue) = 65+50+78=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 78 - color contains mainly: blue. Hex color #41324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41324E is #BECDB1. Grayscale: #393939. Windows color (decimal): -12504498 or 5124673. OLE color: 5124673.

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

Color convert

RGB655078-
CMYK0.170.3600.69
HSL272.14º21.87%25.1%-
HSV(B)272.14º35.9%30.59%-
XYZ4.73.967.72-
YUV57.68139.47133.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.68%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=33.68%
G=25.91%
B=40.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6550780.170.3600.69272.1421.8725.1
Hex41324E11240451101619
Octal10162116214401054202631
Binary1000001110010100111010001100100010001011000100001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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