#41264A

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

Shades of Jagger #41264A

Tints of Jagger #41264A

Color information

#41264A (or 0x41264A) is unknown color: approx Jagger. HEX triplet: 41, 26 and 4A. RGB value is (65,38,74). Sum of RGB (Red+Green+Blue) = 65+38+74=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 74 - color contains mainly: blue. Hex color #41264A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41264A is #BED9B5. Grayscale: #323232. Windows color (decimal): -12507574 or 4859457. OLE color: 4859457.

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

Color convert

RGB653874-
CMYK0.120.4900.71
HSL285º32.14%21.96%-
HSV(B)285º48.65%29.02%-
XYZ4.1136.84-
YUV50.18141.45138.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 38 (15.23% from 255) = 21.47%
BLUE value IS 74 (29.30% from 255) = 41.81%
R=36.72%
G=21.47%
B=41.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6538740.120.4900.7128532.1421.96
Hex41264AC3104711d2016
Octal10146112146101074354026
Binary1000001100110100101011001100010100011110001110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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