#3E1C51

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

Shades of Jagger #3E1C51

Tints of Jagger #3E1C51

Color information

#3E1C51 (or 0x3E1C51) is unknown color: approx Jagger. HEX triplet: 3E, 1C and 51. RGB value is (62,28,81). Sum of RGB (Red+Green+Blue) = 62+28+81=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: blue. Hex color #3E1C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1C51 is #C1E3AE. Grayscale: #2C2C2C. Windows color (decimal): -12706735 or 5315646. OLE color: 5315646.

HSL color Cylindrical-coordinate representation of color #3E1C51: hue angle of 278.49º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E1C51 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB622881-
CMYK0.230.6500.68
HSL278.49º48.62%21.37%-
HSV(B)278.49º65.43%31.76%-
XYZ3.892.458.05-
YUV44.21148.76140.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.26%
GREEN value IS 28 (11.33% from 255) = 16.37%
BLUE value IS 81 (32.03% from 255) = 47.37%
R=36.26%
G=16.37%
B=47.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6228810.230.6500.68278.4948.6221.37
Hex3E1C5117410441163115
Octal76341212710101044266125
Binary1111101110010100011011110000010100010010001011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,28,81); }

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

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

 a { background-color: rgb(62,28,81); }

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

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

 span { border-color: rgb(62,28,81); }

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