#3D2955

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

Shades of Jagger #3D2955

Tints of Jagger #3D2955

Color information

#3D2955 (or 0x3D2955) is unknown color: approx Jagger. HEX triplet: 3D, 29 and 55. RGB value is (61,41,85). Sum of RGB (Red+Green+Blue) = 61+41+85=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #3D2955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2955 is #C2D6AA. Grayscale: #333333. Windows color (decimal): -12768939 or 5581117. OLE color: 5581117.

HSL color Cylindrical-coordinate representation of color #3D2955: hue angle of 267.27º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D2955 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB614185-
CMYK0.280.5200.67
HSL267.27º34.92%24.71%-
HSV(B)267.27º51.76%33.33%-
XYZ4.363.238.99-
YUV52146.63134.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.62%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 85 (33.59% from 255) = 45.45%
R=32.62%
G=21.93%
B=45.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6141850.280.5200.67267.2734.9224.71
Hex3D29551C3404310b2319
Octal7551125346401034134331
Binary1111011010011010101111001101000100001110000101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,41,85); }

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

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

 a { background-color: rgb(61,41,85); }

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

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

 span { border-color: rgb(61,41,85); }

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