#41254C

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

Shades of Jagger #41254C

Tints of Jagger #41254C

Color information

#41254C (or 0x41254C) is unknown color: approx Jagger. HEX triplet: 41, 25 and 4C. RGB value is (65,37,76). Sum of RGB (Red+Green+Blue) = 65+37+76=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #41254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41254C is #BEDAB3. Grayscale: #313131. Windows color (decimal): -12507828 or 4990273. OLE color: 4990273.

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

Color convert

RGB653776-
CMYK0.140.5100.70
HSL283.08º34.51%22.16%-
HSV(B)283.08º51.32%29.8%-
XYZ4.152.977.19-
YUV49.82142.78138.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 76 (30.08% from 255) = 42.70%
R=36.52%
G=20.79%
B=42.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6537760.140.5100.70283.0834.5122.16
Hex41254CE3304611b2316
Octal10145114166301064334326
Binary1000001100101100110011101100110100011010001101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41254C; }

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

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

<style>
 a { background-color: #41254C; }

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

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

<style>
 span { border-color: #41254C; }

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

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