#41255A

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

Shades of Jagger #41255A

Tints of Jagger #41255A

Color information

#41255A (or 0x41255A) is unknown color: approx Jagger. HEX triplet: 41, 25 and 5A. RGB value is (65,37,90). Sum of RGB (Red+Green+Blue) = 65+37+90=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #41255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41255A is #BEDAA5. Grayscale: #333333. Windows color (decimal): -12507814 or 5907777. OLE color: 5907777.

HSL color Cylindrical-coordinate representation of color #41255A: hue angle of 271.7º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41255A is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB653790-
CMYK0.280.5900.65
HSL271.7º41.73%24.9%-
HSV(B)271.7º58.89%35.29%-
XYZ4.693.1910.04-
YUV51.41149.78137.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.85%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 90 (35.55% from 255) = 46.88%
R=33.85%
G=19.27%
B=46.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6537900.280.5900.65271.741.7324.9
Hex41255A1C3B0411102a19
Octal10145132347301014205231
Binary10000011001011011010111001110110100000110001000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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