#41274A

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

Shades of Jagger #41274A

Tints of Jagger #41274A

Color information

#41274A (or 0x41274A) is unknown color: approx Jagger. HEX triplet: 41, 27 and 4A. RGB value is (65,39,74). Sum of RGB (Red+Green+Blue) = 65+39+74=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #41274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41274A is #BED8B5. Grayscale: #323232. Windows color (decimal): -12507318 or 4859713. OLE color: 4859713.

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

Color convert

RGB653974-
CMYK0.120.4700.71
HSL284.57º30.97%22.16%-
HSV(B)284.57º47.3%29.02%-
XYZ4.143.076.85-
YUV50.76141.11138.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 39 (15.62% from 255) = 21.91%
BLUE value IS 74 (29.30% from 255) = 41.57%
R=36.52%
G=21.91%
B=41.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6539740.120.4700.71284.5730.9722.16
Hex41274AC2F04711d1f16
Octal10147112145701074353726
Binary100000110011110010101100101111010001111000111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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