#412451

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

Shades of Jagger #412451

Tints of Jagger #412451

Color information

#412451 (or 0x412451) is unknown color: approx Jagger. HEX triplet: 41, 24 and 51. RGB value is (65,36,81). Sum of RGB (Red+Green+Blue) = 65+36+81=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #412451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412451 is #BEDBAE. Grayscale: #313131. Windows color (decimal): -12508079 or 5317697. OLE color: 5317697.

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

Color convert

RGB653681-
CMYK0.200.5600.68
HSL278.67º38.46%22.94%-
HSV(B)278.67º55.56%31.76%-
XYZ4.32.988.13-
YUV49.8145.61138.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 36 (14.45% from 255) = 19.78%
BLUE value IS 81 (32.03% from 255) = 44.51%
R=35.71%
G=19.78%
B=44.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6536810.200.5600.68278.6738.4622.94
Hex41245114380441172617
Octal10144121247001044274627
Binary10000011001001010001101001110000100010010001011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412451; }

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

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

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

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

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

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

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

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