#3D1A51

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

Shades of Jagger #3D1A51

Tints of Jagger #3D1A51

Color information

#3D1A51 (or 0x3D1A51) is unknown color: approx Jagger. HEX triplet: 3D, 1A and 51. RGB value is (61,26,81). Sum of RGB (Red+Green+Blue) = 61+26+81=168 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.31% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #3D1A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1A51 is #C2E5AE. Grayscale: #2A2A2A. Windows color (decimal): -12772783 or 5315133. OLE color: 5315133.

HSL color Cylindrical-coordinate representation of color #3D1A51: hue angle of 278.18º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D1A51 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB612681-
CMYK0.250.6800.68
HSL278.18º51.4%20.98%-
HSV(B)278.18º67.9%31.76%-
XYZ3.782.328.03-
YUV42.74149.6141.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.31%
GREEN value IS 26 (10.55% from 255) = 15.48%
BLUE value IS 81 (32.03% from 255) = 48.21%
R=36.31%
G=15.48%
B=48.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6126810.250.6800.68278.1851.420.98
Hex3D1A5119440441163315
Octal75321213110401044266325
Binary1111011101010100011100110001000100010010001011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,26,81); }

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

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

 a { background-color: rgb(61,26,81); }

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

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

 span { border-color: rgb(61,26,81); }

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