#3E2150

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

Shades of Jagger #3E2150

Tints of Jagger #3E2150

Color information

#3E2150 (or 0x3E2150) is unknown color: approx Jagger. HEX triplet: 3E, 21 and 50. RGB value is (62,33,80). Sum of RGB (Red+Green+Blue) = 62+33+80=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E2150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2150 is #C1DEAF. Grayscale: #2E2E2E. Windows color (decimal): -12705456 or 5251390. OLE color: 5251390.

HSL color Cylindrical-coordinate representation of color #3E2150: hue angle of 277.02º 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 #3E2150 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB623380-
CMYK0.220.5900.69
HSL277.02º41.59%22.16%-
HSV(B)277.02º58.75%31.37%-
XYZ3.982.697.9-
YUV47.03146.61138.68-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.43%
GREEN value IS 33 (13.28% from 255) = 18.86%
BLUE value IS 80 (31.64% from 255) = 45.71%
R=35.43%
G=18.86%
B=45.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6233800.220.5900.69277.0241.5922.16
Hex3E2150163B0451152a16
Octal7641120267301054255226
Binary1111101000011010000101101110110100010110001010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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