#3B1E55

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

Shades of Jagger #3B1E55

Tints of Jagger #3B1E55

Color information

#3B1E55 (or 0x3B1E55) is unknown color: approx Jagger. HEX triplet: 3B, 1E and 55. RGB value is (59,30,85). Sum of RGB (Red+Green+Blue) = 59+30+85=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #3B1E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1E55 is #C4E1AA. Grayscale: #2C2C2C. Windows color (decimal): -12902827 or 5578299. OLE color: 5578299.

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

Color convert

RGB593085-
CMYK0.310.6500.67
HSL271.64º47.83%22.55%-
HSV(B)271.64º64.71%33.33%-
XYZ3.912.518.87-
YUV44.94150.61138.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.91%
GREEN value IS 30 (12.11% from 255) = 17.24%
BLUE value IS 85 (33.59% from 255) = 48.85%
R=33.91%
G=17.24%
B=48.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5930850.310.6500.67271.6447.8322.55
Hex3B1E551F410431103017
Octal73361253710101034206027
Binary1110111111010101011111110000010100001110001000011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,30,85); }

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

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

 a { background-color: rgb(59,30,85); }

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

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

 span { border-color: rgb(59,30,85); }

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