#412258

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

Shades of Jagger #412258

Tints of Jagger #412258

Color information

#412258 (or 0x412258) is unknown color: approx Jagger. HEX triplet: 41, 22 and 58. RGB value is (65,34,88). Sum of RGB (Red+Green+Blue) = 65+34+88=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #412258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412258 is #BEDDA7. Grayscale: #313131. Windows color (decimal): -12508584 or 5775937. OLE color: 5775937.

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

Color convert

RGB653488-
CMYK0.260.6100.65
HSL274.44º44.26%23.92%-
HSV(B)274.44º61.36%34.51%-
XYZ4.512.979.57-
YUV49.42149.77139.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 88 (34.77% from 255) = 47.06%
R=34.76%
G=18.18%
B=47.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6534880.260.6100.65274.4444.2623.92
Hex4122581A3D0411122c18
Octal10142130327501014225430
Binary10000011000101011000110101111010100000110001001010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412258; }

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

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

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

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

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

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

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

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