#3B2053

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

Shades of Jagger #3B2053

Tints of Jagger #3B2053

Color information

#3B2053 (or 0x3B2053) is unknown color: approx Jagger. HEX triplet: 3B, 20 and 53. RGB value is (59,32,83). Sum of RGB (Red+Green+Blue) = 59+32+83=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B2053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2053 is #C4DFAC. Grayscale: #2D2D2D. Windows color (decimal): -12902317 or 5447739. OLE color: 5447739.

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

Color convert

RGB593283-
CMYK0.290.6100.67
HSL271.76º44.35%22.55%-
HSV(B)271.76º61.45%32.55%-
XYZ3.882.598.48-
YUV45.89148.95137.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.91%
GREEN value IS 32 (12.89% from 255) = 18.39%
BLUE value IS 83 (32.81% from 255) = 47.70%
R=33.91%
G=18.39%
B=47.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5932830.290.6100.67271.7644.3522.55
Hex3B20531D3D0431102c17
Octal7340123357501034205427
Binary1110111000001010011111011111010100001110001000010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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