#41264c

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

Shades of Jagger #41264C

Tints of Jagger #41264C

Color information

#41264C (or 0x41264C) is unknown color: approx Jagger. HEX triplet: 41, 26 and 4C. RGB value is (65,38,76). Sum of RGB (Red+Green+Blue) = 65+38+76=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 76 - color contains mainly: blue. Hex color #41264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41264C is #BED9B3. Grayscale: #323232. Windows color (decimal): -12507572 or 4990529. OLE color: 4990529.

HSL color Cylindrical-coordinate representation of color #41264C: hue angle of 282.63º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41264C is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB653876-
CMYK0.140.500.70
HSL282.63º33.33%22.35%-
HSV(B)282.63º50%29.8%-
XYZ4.183.037.2-
YUV50.4142.45138.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 76 (30.08% from 255) = 42.46%
R=36.31%
G=21.23%
B=42.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6538760.140.500.70282.6333.3322.35
Hex41264CE3204611b2116
Octal10146114166201064334126
Binary1000001100110100110011101100100100011010001101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41264c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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