#3B1651

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

Shades of Jagger #3B1651

Tints of Jagger #3B1651

Color information

#3B1651 (or 0x3B1651) is unknown color: approx Jagger. HEX triplet: 3B, 16 and 51. RGB value is (59,22,81). Sum of RGB (Red+Green+Blue) = 59+22+81=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #3B1651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1651 is #C4E9AE. Grayscale: #272727. Windows color (decimal): -12904879 or 5314107. OLE color: 5314107.

HSL color Cylindrical-coordinate representation of color #3B1651: hue angle of 277.63º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B1651 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB592281-
CMYK0.270.7300.68
HSL277.63º57.28%20.2%-
HSV(B)277.63º72.84%31.76%-
XYZ3.582.18-
YUV39.79151.26141.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.42%
GREEN value IS 22 (8.98% from 255) = 13.58%
BLUE value IS 81 (32.03% from 255) = 50%
R=36.42%
G=13.58%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5922810.270.7300.68277.6357.2820.2
Hex3B16511B490441163914
Octal73261213311101044267124
Binary1110111011010100011101110010010100010010001011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,22,81); }

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

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

 a { background-color: rgb(59,22,81); }

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

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

 span { border-color: rgb(59,22,81); }

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