#412850

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

Shades of Jagger #412850

Tints of Jagger #412850

Color information

#412850 (or 0x412850) is unknown color: approx Jagger. HEX triplet: 41, 28 and 50. RGB value is (65,40,80). Sum of RGB (Red+Green+Blue) = 65+40+80=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #412850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412850 is #BED7AF. Grayscale: #333333. Windows color (decimal): -12507056 or 5253185. OLE color: 5253185.

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

Color convert

RGB654080-
CMYK0.190.500.69
HSL277.5º33.33%23.53%-
HSV(B)277.5º50%31.37%-
XYZ4.393.227.98-
YUV52.04143.78137.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.14%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=35.14%
G=21.62%
B=43.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6540800.190.500.69277.533.3323.53
Hex41285013320451162118
Octal10150120236201054264130
Binary10000011010001010000100111100100100010110001011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412850; }

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

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

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

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

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

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

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

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