#3D1D4C

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

Shades of Jagger #3D1D4C

Tints of Jagger #3D1D4C

Color information

#3D1D4C (or 0x3D1D4C) is unknown color: approx Jagger. HEX triplet: 3D, 1D and 4C. RGB value is (61,29,76). Sum of RGB (Red+Green+Blue) = 61+29+76=166 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.75% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D1D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1D4C is #C2E2B3. Grayscale: #2B2B2B. Windows color (decimal): -12772020 or 4988221. OLE color: 4988221.

HSL color Cylindrical-coordinate representation of color #3D1D4C: hue angle of 280.85º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D1D4C is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB612976-
CMYK0.200.6200.70
HSL280.85º44.76%20.59%-
HSV(B)280.85º61.84%29.8%-
XYZ3.672.397.11-
YUV43.93146.1140.18-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.75%
GREEN value IS 29 (11.72% from 255) = 17.47%
BLUE value IS 76 (30.08% from 255) = 45.78%
R=36.75%
G=17.47%
B=45.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6129760.200.6200.70280.8544.7620.59
Hex3D1D4C143E0461192d15
Octal7535114247601064315525
Binary111101111011001100101001111100100011010001100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,29,76); }

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

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

 a { background-color: rgb(61,29,76); }

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

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

 span { border-color: rgb(61,29,76); }

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