#3B204E

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

Shades of Jagger #3B204E

Tints of Jagger #3B204E

Color information

#3B204E (or 0x3B204E) is unknown color: approx Jagger. HEX triplet: 3B, 20 and 4E. RGB value is (59,32,78). Sum of RGB (Red+Green+Blue) = 59+32+78=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 78 - color contains mainly: blue. Hex color #3B204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B204E is #C4DFB1. Grayscale: #2D2D2D. Windows color (decimal): -12902322 or 5120059. OLE color: 5120059.

HSL color Cylindrical-coordinate representation of color #3B204E: hue angle of 275.22º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B204E is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB593278-
CMYK0.240.5900.69
HSL275.22º41.82%21.57%-
HSV(B)275.22º58.97%30.59%-
XYZ3.72.517.5-
YUV45.32146.45137.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.91%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 78 (30.86% from 255) = 46.15%
R=34.91%
G=18.93%
B=46.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5932780.240.5900.69275.2241.8221.57
Hex3B204E183B0451132a16
Octal7340116307301054235226
Binary1110111000001001110110001110110100010110001001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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