#412354

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

Shades of Jagger #412354

Tints of Jagger #412354

Color information

#412354 (or 0x412354) is unknown color: approx Jagger. HEX triplet: 41, 23 and 54. RGB value is (65,35,84). Sum of RGB (Red+Green+Blue) = 65+35+84=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #412354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412354 is #BEDCAB. Grayscale: #313131. Windows color (decimal): -12508332 or 5514049. OLE color: 5514049.

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

Color convert

RGB653584-
CMYK0.230.5800.67
HSL276.73º41.18%23.33%-
HSV(B)276.73º58.33%32.94%-
XYZ4.382.978.73-
YUV49.56147.44139.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 84 (33.20% from 255) = 45.65%
R=35.33%
G=19.02%
B=45.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6535840.230.5800.67276.7341.1823.33
Hex412354173A0431152917
Octal10143124277201034255127
Binary10000011000111010100101111110100100001110001010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412354; }

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

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

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

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

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

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

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

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