#412851

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

Shades of Jagger #412851

Tints of Jagger #412851

Color information

#412851 (or 0x412851) is unknown color: approx Jagger. HEX triplet: 41, 28 and 51. RGB value is (65,40,81). Sum of RGB (Red+Green+Blue) = 65+40+81=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 81 - color contains mainly: blue. Hex color #412851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412851 is #BED7AE. Grayscale: #343434. Windows color (decimal): -12507055 or 5318721. OLE color: 5318721.

HSL color Cylindrical-coordinate representation of color #412851: hue angle of 276.59º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412851 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB654081-
CMYK0.200.5100.68
HSL276.59º33.88%23.73%-
HSV(B)276.59º50.62%31.76%-
XYZ4.423.248.18-
YUV52.15144.28137.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.95%
GREEN value IS 40 (16.02% from 255) = 21.51%
BLUE value IS 81 (32.03% from 255) = 43.55%
R=34.95%
G=21.51%
B=43.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6540810.200.5100.68276.5933.8823.73
Hex41285114330441152218
Octal10150121246301044254230
Binary10000011010001010001101001100110100010010001010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412851; }

 p { color: rgb(65,40,81); }

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

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

 a { background-color: rgb(65,40,81); }

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

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

 span { border-color: rgb(65,40,81); }

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