#412750

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

Shades of Jagger #412750

Tints of Jagger #412750

Color information

#412750 (or 0x412750) is unknown color: approx Jagger. HEX triplet: 41, 27 and 50. RGB value is (65,39,80). Sum of RGB (Red+Green+Blue) = 65+39+80=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #412750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412750 is #BED8AF. Grayscale: #333333. Windows color (decimal): -12507312 or 5252929. OLE color: 5252929.

HSL color Cylindrical-coordinate representation of color #412750: hue angle of 278.05º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412750 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB653980-
CMYK0.190.5100.69
HSL278.05º34.45%23.33%-
HSV(B)278.05º51.25%31.37%-
XYZ4.353.157.97-
YUV51.45144.11137.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 39 (15.62% from 255) = 21.20%
BLUE value IS 80 (31.64% from 255) = 43.48%
R=35.33%
G=21.20%
B=43.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6539800.190.5100.69278.0534.4523.33
Hex41275013330451162217
Octal10147120236301054264227
Binary10000011001111010000100111100110100010110001011010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412750; }

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

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

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

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

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

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

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

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