#412651

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

Shades of Jagger #412651

Tints of Jagger #412651

Color information

#412651 (or 0x412651) is unknown color: approx Jagger. HEX triplet: 41, 26 and 51. RGB value is (65,38,81). Sum of RGB (Red+Green+Blue) = 65+38+81=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 81 - color contains mainly: blue. Hex color #412651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412651 is #BED9AE. Grayscale: #323232. Windows color (decimal): -12507567 or 5318209. OLE color: 5318209.

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

Color convert

RGB653881-
CMYK0.200.5300.68
HSL277.67º36.13%23.33%-
HSV(B)277.67º53.09%31.76%-
XYZ4.363.18.15-
YUV50.98144.95138-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 81 (32.03% from 255) = 44.02%
R=35.33%
G=20.65%
B=44.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6538810.200.5300.68277.6736.1323.33
Hex41265114350441162417
Octal10146121246501044264427
Binary10000011001101010001101001101010100010010001011010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412651; }

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

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

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

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

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

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

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

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