#3E2550

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

Shades of Jagger #3E2550

Tints of Jagger #3E2550

Color information

#3E2550 (or 0x3E2550) is unknown color: approx Jagger. HEX triplet: 3E, 25 and 50. RGB value is (62,37,80). Sum of RGB (Red+Green+Blue) = 62+37+80=179 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.64% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E2550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2550 is #C1DAAF. Grayscale: #313131. Windows color (decimal): -12704432 or 5252414. OLE color: 5252414.

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

Color convert

RGB623780-
CMYK0.220.5400.69
HSL274.88º36.75%22.94%-
HSV(B)274.88º53.75%31.37%-
XYZ4.12.937.94-
YUV49.38145.28137-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.64%
GREEN value IS 37 (14.84% from 255) = 20.67%
BLUE value IS 80 (31.64% from 255) = 44.69%
R=34.64%
G=20.67%
B=44.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6237800.220.5400.69274.8836.7522.94
Hex3E255016360451132517
Octal7645120266601054234527
Binary1111101001011010000101101101100100010110001001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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