#3E2056

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

Shades of Jagger #3E2056

Tints of Jagger #3E2056

Color information

#3E2056 (or 0x3E2056) is unknown color: approx Jagger. HEX triplet: 3E, 20 and 56. RGB value is (62,32,86). Sum of RGB (Red+Green+Blue) = 62+32+86=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #3E2056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2056 is #C1DFA9. Grayscale: #2E2E2E. Windows color (decimal): -12705706 or 5644350. OLE color: 5644350.

HSL color Cylindrical-coordinate representation of color #3E2056: hue angle of 273.33º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E2056 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB623286-
CMYK0.280.6300.66
HSL273.33º45.76%23.14%-
HSV(B)273.33º62.79%33.73%-
XYZ4.182.739.11-
YUV47.13149.94138.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.44%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 86 (33.98% from 255) = 47.78%
R=34.44%
G=17.78%
B=47.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6232860.280.6300.66273.3345.7623.14
Hex3E20561C3F0421112e17
Octal7640126347701024215627
Binary1111101000001010110111001111110100001010001000110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E2056; }

 p { color: rgb(62,32,86); }

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

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

 a { background-color: rgb(62,32,86); }

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

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

 span { border-color: rgb(62,32,86); }

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