#412751

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

Shades of Jagger #412751

Tints of Jagger #412751

Color information

#412751 (or 0x412751) is unknown color: approx Jagger. HEX triplet: 41, 27 and 51. RGB value is (65,39,81). Sum of RGB (Red+Green+Blue) = 65+39+81=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #412751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412751 is #BED8AE. Grayscale: #333333. Windows color (decimal): -12507311 or 5318465. OLE color: 5318465.

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

Color convert

RGB653981-
CMYK0.200.5200.68
HSL277.14º35%23.53%-
HSV(B)277.14º51.85%31.76%-
XYZ4.393.178.16-
YUV51.56144.61137.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.14%
GREEN value IS 39 (15.62% from 255) = 21.08%
BLUE value IS 81 (32.03% from 255) = 43.78%
R=35.14%
G=21.08%
B=43.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6539810.200.5200.68277.143523.53
Hex41275114340441152318
Octal10147121246401044254330
Binary10000011001111010001101001101000100010010001010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412751; }

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

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

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

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

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

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

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

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