#412357

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

Shades of Jagger #412357

Tints of Jagger #412357

Color information

#412357 (or 0x412357) is unknown color: approx Jagger. HEX triplet: 41, 23 and 57. RGB value is (65,35,87). Sum of RGB (Red+Green+Blue) = 65+35+87=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #412357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412357 is #BEDCA8. Grayscale: #313131. Windows color (decimal): -12508329 or 5710657. OLE color: 5710657.

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

Color convert

RGB653587-
CMYK0.250.6000.66
HSL274.62º42.62%23.92%-
HSV(B)274.62º59.77%34.12%-
XYZ4.53.019.36-
YUV49.9148.94138.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 35 (14.06% from 255) = 18.72%
BLUE value IS 87 (34.38% from 255) = 46.52%
R=34.76%
G=18.72%
B=46.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6535870.250.6000.66274.6242.6223.92
Hex412357193C0421132b18
Octal10143127317401024235330
Binary10000011000111010111110011111000100001010001001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412357; }

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

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

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

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

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

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

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

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