#3E1A4D

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

Shades of Jagger #3E1A4D

Tints of Jagger #3E1A4D

Color information

#3E1A4D (or 0x3E1A4D) is unknown color: approx Jagger. HEX triplet: 3E, 1A and 4D. RGB value is (62,26,77). Sum of RGB (Red+Green+Blue) = 62+26+77=165 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.58% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E1A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1A4D is #C1E5B2. Grayscale: #2A2A2A. Windows color (decimal): -12707251 or 5052990. OLE color: 5052990.

HSL color Cylindrical-coordinate representation of color #3E1A4D: hue angle of 282.35º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E1A4D is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB622677-
CMYK0.190.6600.70
HSL282.35º49.51%20.2%-
HSV(B)282.35º66.23%30.2%-
XYZ3.72.37.27-
YUV42.58147.43141.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.58%
GREEN value IS 26 (10.55% from 255) = 15.76%
BLUE value IS 77 (30.47% from 255) = 46.67%
R=37.58%
G=15.76%
B=46.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6226770.190.6600.70282.3549.5120.2
Hex3E1A4D134204611a3214
Octal76321152310201064326224
Binary1111101101010011011001110000100100011010001101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,26,77); }

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

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

 a { background-color: rgb(62,26,77); }

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

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

 span { border-color: rgb(62,26,77); }

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