#3E1856

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

Shades of Jagger #3E1856

Tints of Jagger #3E1856

Color information

#3E1856 (or 0x3E1856) is unknown color: approx Jagger. HEX triplet: 3E, 18 and 56. RGB value is (62,24,86). Sum of RGB (Red+Green+Blue) = 62+24+86=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #3E1856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1856 is #C1E7A9. Grayscale: #2A2A2A. Windows color (decimal): -12707754 or 5642302. OLE color: 5642302.

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

Color convert

RGB622486-
CMYK0.280.7200.66
HSL276.77º56.36%21.57%-
HSV(B)276.77º72.09%33.73%-
XYZ3.992.359.05-
YUV42.43152.59141.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.05%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 86 (33.98% from 255) = 50%
R=36.05%
G=13.95%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6224860.280.7200.66276.7756.3621.57
Hex3E18561C480421153816
Octal76301263411001024257026
Binary1111101100010101101110010010000100001010001010111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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