#412257

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

Shades of Jagger #412257

Tints of Jagger #412257

Color information

#412257 (or 0x412257) is unknown color: approx Jagger. HEX triplet: 41, 22 and 57. RGB value is (65,34,87). Sum of RGB (Red+Green+Blue) = 65+34+87=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #412257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412257 is #BEDDA8. Grayscale: #313131. Windows color (decimal): -12508585 or 5710401. OLE color: 5710401.

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

Color convert

RGB653487-
CMYK0.250.6100.66
HSL275.09º43.8%23.73%-
HSV(B)275.09º60.92%34.12%-
XYZ4.472.969.35-
YUV49.31149.27139.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.95%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 87 (34.38% from 255) = 46.77%
R=34.95%
G=18.28%
B=46.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6534870.250.6100.66275.0943.823.73
Hex412257193D0421132c18
Octal10142127317501024235430
Binary10000011000101010111110011111010100001010001001110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412257; }

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

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

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

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

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

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

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

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