#3B1554

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

Shades of Jagger #3B1554

Tints of Jagger #3B1554

Color information

#3B1554 (or 0x3B1554) is unknown color: approx Jagger. HEX triplet: 3B, 15 and 54. RGB value is (59,21,84). Sum of RGB (Red+Green+Blue) = 59+21+84=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #3B1554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1554 is #C4EAAB. Grayscale: #272727. Windows color (decimal): -12905132 or 5510459. OLE color: 5510459.

HSL color Cylindrical-coordinate representation of color #3B1554: hue angle of 276.19º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B1554 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB592184-
CMYK0.300.7500.67
HSL276.19º60%20.59%-
HSV(B)276.19º75%32.94%-
XYZ3.672.118.6-
YUV39.54153.09141.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.98%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 84 (33.20% from 255) = 51.22%
R=35.98%
G=12.80%
B=51.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5921840.300.7500.67276.196020.59
Hex3B15541E4B0431143c15
Octal73251243611301034247425
Binary1110111010110101001111010010110100001110001010011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,21,84); }

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

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

 a { background-color: rgb(59,21,84); }

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

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

 span { border-color: rgb(59,21,84); }

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