#3E214D

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

Shades of Jagger #3E214D

Tints of Jagger #3E214D

Color information

#3E214D (or 0x3E214D) is unknown color: approx Jagger. HEX triplet: 3E, 21 and 4D. RGB value is (62,33,77). Sum of RGB (Red+Green+Blue) = 62+33+77=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E214D is #C1DEB2. Grayscale: #2E2E2E. Windows color (decimal): -12705459 or 5054782. OLE color: 5054782.

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

Color convert

RGB623377-
CMYK0.190.5700.70
HSL279.55º40%21.57%-
HSV(B)279.55º57.14%30.2%-
XYZ3.872.657.33-
YUV46.69145.11138.92-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.05%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=36.05%
G=19.19%
B=44.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6233770.190.5700.70279.554021.57
Hex3E214D13390461182816
Octal7641115237101064305026
Binary1111101000011001101100111110010100011010001100010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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