#3D2456

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

Shades of Jagger #3D2456

Tints of Jagger #3D2456

Color information

#3D2456 (or 0x3D2456) is unknown color: approx Jagger. HEX triplet: 3D, 24 and 56. RGB value is (61,36,86). Sum of RGB (Red+Green+Blue) = 61+36+86=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #3D2456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2456 is #C2DBA9. Grayscale: #313131. Windows color (decimal): -12770218 or 5645373. OLE color: 5645373.

HSL color Cylindrical-coordinate representation of color #3D2456: hue angle of 270º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D2456 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB613686-
CMYK0.290.5800.66
HSL270º40.98%23.92%-
HSV(B)270º58.14%33.73%-
XYZ4.242.939.15-
YUV49.18148.78136.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.33%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 86 (33.98% from 255) = 46.99%
R=33.33%
G=19.67%
B=46.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6136860.290.5800.6627040.9823.92
Hex3D24561D3A04210e2918
Octal7544126357201024165130
Binary1111011001001010110111011110100100001010000111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,36,86); }

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

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

 a { background-color: rgb(61,36,86); }

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

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

 span { border-color: rgb(61,36,86); }

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