#3E1754

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

Shades of Jagger #3E1754

Tints of Jagger #3E1754

Color information

#3E1754 (or 0x3E1754) is unknown color: approx Jagger. HEX triplet: 3E, 17 and 54. RGB value is (62,23,84). Sum of RGB (Red+Green+Blue) = 62+23+84=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E1754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1754 is #C1E8AB. Grayscale: #292929. Windows color (decimal): -12708012 or 5510974. OLE color: 5510974.

HSL color Cylindrical-coordinate representation of color #3E1754: hue angle of 278.36º 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 #3E1754 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB622384-
CMYK0.260.7300.67
HSL278.36º57.01%20.98%-
HSV(B)278.36º72.62%32.94%-
XYZ3.892.288.62-
YUV41.62151.92142.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.69%
GREEN value IS 23 (9.38% from 255) = 13.61%
BLUE value IS 84 (33.20% from 255) = 49.70%
R=36.69%
G=13.61%
B=49.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6223840.260.7300.67278.3657.0120.98
Hex3E17541A490431163915
Octal76271243211101034267125
Binary1111101011110101001101010010010100001110001011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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