#3D1753

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

Shades of Jagger #3D1753

Tints of Jagger #3D1753

Color information

#3D1753 (or 0x3D1753) is unknown color: approx Jagger. HEX triplet: 3D, 17 and 53. RGB value is (61,23,83). Sum of RGB (Red+Green+Blue) = 61+23+83=167 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.53% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D1753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1753 is #C2E8AC. Grayscale: #292929. Windows color (decimal): -12773549 or 5445437. OLE color: 5445437.

HSL color Cylindrical-coordinate representation of color #3D1753: hue angle of 278º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D1753 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB612383-
CMYK0.270.7200.67
HSL278º56.6%20.78%-
HSV(B)278º72.29%32.55%-
XYZ3.792.238.41-
YUV41.2151.59142.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.53%
GREEN value IS 23 (9.38% from 255) = 13.77%
BLUE value IS 83 (32.81% from 255) = 49.70%
R=36.53%
G=13.77%
B=49.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6123830.270.7200.6727856.620.78
Hex3D17531B480431163915
Octal75271233311001034267125
Binary1111011011110100111101110010000100001110001011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,23,83); }

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

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

 a { background-color: rgb(61,23,83); }

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

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

 span { border-color: rgb(61,23,83); }

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