#3E1751

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

Shades of Jagger #3E1751

Tints of Jagger #3E1751

Color information

#3E1751 (or 0x3E1751) is unknown color: approx Jagger. HEX triplet: 3E, 17 and 51. RGB value is (62,23,81). Sum of RGB (Red+Green+Blue) = 62+23+81=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #3E1751 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1751 is #C1E8AE. Grayscale: #292929. Windows color (decimal): -12708015 or 5314366. OLE color: 5314366.

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

Color convert

RGB622381-
CMYK0.230.7200.68
HSL280.34º55.77%20.39%-
HSV(B)280.34º71.6%31.76%-
XYZ3.782.238.02-
YUV41.27150.42142.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.35%
GREEN value IS 23 (9.38% from 255) = 13.86%
BLUE value IS 81 (32.03% from 255) = 48.80%
R=37.35%
G=13.86%
B=48.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6223810.230.7200.68280.3455.7720.39
Hex3E175117480441183814
Octal76271212711001044307024
Binary1111101011110100011011110010000100010010001100011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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