#3E204E

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

Shades of Jagger #3E204E

Tints of Jagger #3E204E

Color information

#3E204E (or 0x3E204E) is unknown color: approx Jagger. HEX triplet: 3E, 20 and 4E. RGB value is (62,32,78). Sum of RGB (Red+Green+Blue) = 62+32+78=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #3E204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E204E is #C1DFB1. Grayscale: #2E2E2E. Windows color (decimal): -12705714 or 5120062. OLE color: 5120062.

HSL color Cylindrical-coordinate representation of color #3E204E: hue angle of 279.13º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E204E is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB623278-
CMYK0.210.5900.69
HSL279.13º41.82%21.57%-
HSV(B)279.13º58.97%30.59%-
XYZ3.882.617.51-
YUV46.21145.94139.26-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.05%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 78 (30.86% from 255) = 45.35%
R=36.05%
G=18.60%
B=45.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6232780.210.5900.69279.1341.8221.57
Hex3E204E153B0451172a16
Octal7640116257301054275226
Binary1111101000001001110101011110110100010110001011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,32,78); }

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

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

 a { background-color: rgb(62,32,78); }

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

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

 span { border-color: rgb(62,32,78); }

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