#3D2652

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

Shades of Jagger #3D2652

Tints of Jagger #3D2652

Color information

#3D2652 (or 0x3D2652) is unknown color: approx Jagger. HEX triplet: 3D, 26 and 52. RGB value is (61,38,82). Sum of RGB (Red+Green+Blue) = 61+38+82=181 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.70% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 82 - color contains mainly: blue. Hex color #3D2652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2652 is #C2D9AD. Grayscale: #313131. Windows color (decimal): -12769710 or 5383741. OLE color: 5383741.

HSL color Cylindrical-coordinate representation of color #3D2652: hue angle of 271.36º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D2652 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB613882-
CMYK0.260.5400.68
HSL271.36º36.67%23.53%-
HSV(B)271.36º53.66%32.16%-
XYZ4.142.998.34-
YUV49.89146.12135.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.70%
GREEN value IS 38 (15.23% from 255) = 20.99%
BLUE value IS 82 (32.42% from 255) = 45.30%
R=33.70%
G=20.99%
B=45.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6138820.260.5400.68271.3636.6723.53
Hex3D26521A3604410f2518
Octal7546122326601044174530
Binary1111011001101010010110101101100100010010000111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,38,82); }

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

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

 a { background-color: rgb(61,38,82); }

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

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

 span { border-color: rgb(61,38,82); }

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