#412B57

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

Shades of Jagger #412B57

Tints of Jagger #412B57

Color information

#412B57 (or 0x412B57) is unknown color: approx Jagger. HEX triplet: 41, 2B and 57. RGB value is (65,43,87). Sum of RGB (Red+Green+Blue) = 65+43+87=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #412B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412B57 is #BED4A8. Grayscale: #363636. Windows color (decimal): -12506281 or 5712705. OLE color: 5712705.

HSL color Cylindrical-coordinate representation of color #412B57: hue angle of 270º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412B57 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB654387-
CMYK0.250.5100.66
HSL270º33.85%25.49%-
HSV(B)270º50.57%34.12%-
XYZ4.763.549.45-
YUV54.59146.29135.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 43 (17.19% from 255) = 22.05%
BLUE value IS 87 (34.38% from 255) = 44.62%
R=33.33%
G=22.05%
B=44.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6543870.250.5100.6627033.8525.49
Hex412B57193304210e2219
Octal10153127316301024164231
Binary10000011010111010111110011100110100001010000111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412B57; }

 p { color: rgb(65,43,87); }

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

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

 a { background-color: rgb(65,43,87); }

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

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

 span { border-color: rgb(65,43,87); }

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