#3E194D

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

Shades of Jagger #3E194D

Tints of Jagger #3E194D

Color information

#3E194D (or 0x3E194D) is unknown color: approx Jagger. HEX triplet: 3E, 19 and 4D. RGB value is (62,25,77). Sum of RGB (Red+Green+Blue) = 62+25+77=164 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.80% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E194D is #C1E6B2. Grayscale: #292929. Windows color (decimal): -12707507 or 5052734. OLE color: 5052734.

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

Color convert

RGB622577-
CMYK0.190.6800.70
HSL282.69º50.98%20%-
HSV(B)282.69º67.53%30.2%-
XYZ3.672.267.26-
YUV41.99147.76142.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.80%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 77 (30.47% from 255) = 46.95%
R=37.80%
G=15.24%
B=46.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6225770.190.6800.70282.6950.9820
Hex3E194D134404611b3314
Octal76311152310401064336324
Binary1111101100110011011001110001000100011010001101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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