#3D1E50

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

Shades of Jagger #3D1E50

Tints of Jagger #3D1E50

Color information

#3D1E50 (or 0x3D1E50) is unknown color: approx Jagger. HEX triplet: 3D, 1E and 50. RGB value is (61,30,80). Sum of RGB (Red+Green+Blue) = 61+30+80=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D1E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1E50 is #C2E1AF. Grayscale: #2C2C2C. Windows color (decimal): -12771760 or 5250621. OLE color: 5250621.

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

Color convert

RGB613080-
CMYK0.240.6200.69
HSL277.2º45.45%21.57%-
HSV(B)277.2º62.5%31.37%-
XYZ3.842.57.87-
YUV44.97147.77139.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.67%
GREEN value IS 30 (12.11% from 255) = 17.54%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=35.67%
G=17.54%
B=46.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6130800.240.6200.69277.245.4521.57
Hex3D1E50183E0451152d16
Octal7536120307601054255526
Binary111101111101010000110001111100100010110001010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,30,80); }

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

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

 a { background-color: rgb(61,30,80); }

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

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

 span { border-color: rgb(61,30,80); }

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