#412654

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

Shades of Jagger #412654

Tints of Jagger #412654

Color information

#412654 (or 0x412654) is unknown color: approx Jagger. HEX triplet: 41, 26 and 54. RGB value is (65,38,84). Sum of RGB (Red+Green+Blue) = 65+38+84=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #412654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412654 is #BED9AB. Grayscale: #333333. Windows color (decimal): -12507564 or 5514817. OLE color: 5514817.

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

Color convert

RGB653884-
CMYK0.230.5500.67
HSL275.22º37.7%23.92%-
HSV(B)275.22º54.76%32.94%-
XYZ4.473.158.76-
YUV51.32146.45137.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 38 (15.23% from 255) = 20.32%
BLUE value IS 84 (33.20% from 255) = 44.92%
R=34.76%
G=20.32%
B=44.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6538840.230.5500.67275.2237.723.92
Hex41265417370431132618
Octal10146124276701034234630
Binary10000011001101010100101111101110100001110001001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412654; }

 p { color: rgb(65,38,84); }

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

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

 a { background-color: rgb(65,38,84); }

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

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

 span { border-color: rgb(65,38,84); }

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