#412755

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

Shades of Jagger #412755

Tints of Jagger #412755

Color information

#412755 (or 0x412755) is unknown color: approx Jagger. HEX triplet: 41, 27 and 55. RGB value is (65,39,85). Sum of RGB (Red+Green+Blue) = 65+39+85=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #412755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412755 is #BED8AA. Grayscale: #333333. Windows color (decimal): -12507307 or 5580609. OLE color: 5580609.

HSL color Cylindrical-coordinate representation of color #412755: hue angle of 273.91º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #412755 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB653985-
CMYK0.240.5400.67
HSL273.91º37.1%24.31%-
HSV(B)273.91º54.12%33.33%-
XYZ4.553.238.98-
YUV52.02146.61137.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.39%
GREEN value IS 39 (15.62% from 255) = 20.63%
BLUE value IS 85 (33.59% from 255) = 44.97%
R=34.39%
G=20.63%
B=44.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6539850.240.5400.67273.9137.124.31
Hex41275518360431122518
Octal10147125306601034224530
Binary10000011001111010101110001101100100001110001001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412755; }

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

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

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

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

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

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

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

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