#412758

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

Shades of Jagger #412758

Tints of Jagger #412758

Color information

#412758 (or 0x412758) is unknown color: approx Jagger. HEX triplet: 41, 27 and 58. RGB value is (65,39,88). Sum of RGB (Red+Green+Blue) = 65+39+88=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #412758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412758 is #BED8A7. Grayscale: #343434. Windows color (decimal): -12507304 or 5777217. OLE color: 5777217.

HSL color Cylindrical-coordinate representation of color #412758: hue angle of 271.84º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #412758 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB653988-
CMYK0.260.5600.65
HSL271.84º38.58%24.9%-
HSV(B)271.84º55.68%34.51%-
XYZ4.673.289.62-
YUV52.36148.11137.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.85%
GREEN value IS 39 (15.62% from 255) = 20.31%
BLUE value IS 88 (34.77% from 255) = 45.83%
R=33.85%
G=20.31%
B=45.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6539880.260.5600.65271.8438.5824.9
Hex4127581A380411102719
Octal10147130327001014204731
Binary10000011001111011000110101110000100000110001000010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412758; }

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

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

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

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

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

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

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

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