#3E1755

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

Shades of Jagger #3E1755

Tints of Jagger #3E1755

Color information

#3E1755 (or 0x3E1755) is unknown color: approx Jagger. HEX triplet: 3E, 17 and 55. RGB value is (62,23,85). Sum of RGB (Red+Green+Blue) = 62+23+85=170 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.47% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E1755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1755 is #C1E8AA. Grayscale: #292929. Windows color (decimal): -12708011 or 5576510. OLE color: 5576510.

HSL color Cylindrical-coordinate representation of color #3E1755: hue angle of 277.74º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E1755 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB622385-
CMYK0.270.7300.67
HSL277.74º57.41%21.18%-
HSV(B)277.74º72.94%33.33%-
XYZ3.932.298.83-
YUV41.73152.42142.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.47%
GREEN value IS 23 (9.38% from 255) = 13.53%
BLUE value IS 85 (33.59% from 255) = 50%
R=36.47%
G=13.53%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6223850.270.7300.67277.7457.4121.18
Hex3E17551B490431163915
Octal76271253311101034267125
Binary1111101011110101011101110010010100001110001011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,23,85); }

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

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

 a { background-color: rgb(62,23,85); }

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

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

 span { border-color: rgb(62,23,85); }

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