#3B2153

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

Shades of Jagger #3B2153

Tints of Jagger #3B2153

Color information

#3B2153 (or 0x3B2153) is unknown color: approx Jagger. HEX triplet: 3B, 21 and 53. RGB value is (59,33,83). Sum of RGB (Red+Green+Blue) = 59+33+83=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B2153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2153 is #C4DEAC. Grayscale: #2E2E2E. Windows color (decimal): -12902061 or 5447995. OLE color: 5447995.

HSL color Cylindrical-coordinate representation of color #3B2153: hue angle of 271.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B2153 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB593383-
CMYK0.290.6000.67
HSL271.2º43.1%22.75%-
HSV(B)271.2º60.24%32.55%-
XYZ3.912.648.49-
YUV46.47148.61136.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.71%
GREEN value IS 33 (13.28% from 255) = 18.86%
BLUE value IS 83 (32.81% from 255) = 47.43%
R=33.71%
G=18.86%
B=47.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5933830.290.6000.67271.243.122.75
Hex3B21531D3C04310f2b17
Octal7341123357401034175327
Binary1110111000011010011111011111000100001110000111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,33,83); }

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

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

 a { background-color: rgb(59,33,83); }

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

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

 span { border-color: rgb(59,33,83); }

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