#412457

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

Shades of Jagger #412457

Tints of Jagger #412457

Color information

#412457 (or 0x412457) is unknown color: approx Jagger. HEX triplet: 41, 24 and 57. RGB value is (65,36,87). Sum of RGB (Red+Green+Blue) = 65+36+87=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #412457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412457 is #BEDBA8. Grayscale: #323232. Windows color (decimal): -12508073 or 5710913. OLE color: 5710913.

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

Color convert

RGB653687-
CMYK0.250.5900.66
HSL274.12º41.46%24.12%-
HSV(B)274.12º58.62%34.12%-
XYZ4.533.079.37-
YUV50.48148.61138.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 36 (14.45% from 255) = 19.15%
BLUE value IS 87 (34.38% from 255) = 46.28%
R=34.57%
G=19.15%
B=46.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6536870.250.5900.66274.1241.4624.12
Hex412457193B0421122918
Octal10144127317301024225130
Binary10000011001001010111110011110110100001010001001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412457; }

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

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

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

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

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

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

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

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