#3B214D

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

Shades of Jagger #3B214D

Tints of Jagger #3B214D

Color information

#3B214D (or 0x3B214D) is unknown color: approx Jagger. HEX triplet: 3B, 21 and 4D. RGB value is (59,33,77). Sum of RGB (Red+Green+Blue) = 59+33+77=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B214D is #C4DEB2. Grayscale: #2D2D2D. Windows color (decimal): -12902067 or 5054779. OLE color: 5054779.

HSL color Cylindrical-coordinate representation of color #3B214D: hue angle of 275.45º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B214D is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB593377-
CMYK0.230.5700.70
HSL275.45º40%21.57%-
HSV(B)275.45º57.14%30.2%-
XYZ3.692.557.32-
YUV45.79145.61137.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.91%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 77 (30.47% from 255) = 45.56%
R=34.91%
G=19.53%
B=45.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5933770.230.5700.70275.454021.57
Hex3B214D17390461132816
Octal7341115277101064235026
Binary1110111000011001101101111110010100011010001001110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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