#3B3180

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

Shades of Jacksons Purple #3B3180

Tints of Jacksons Purple #3B3180

Color information

#3B3180 (or 0x3B3180) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 31 and 80. RGB value is (59,49,128). Sum of RGB (Red+Green+Blue) = 59+49+128=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #3B3180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3180 is #C4CE7F. Grayscale: #3C3C3C. Windows color (decimal): -12897920 or 8401211. OLE color: 8401211.

HSL color Cylindrical-coordinate representation of color #3B3180: hue angle of 247.59º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B3180 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5949128-
CMYK0.540.6200.50
HSL247.59º44.63%34.71%-
HSV(B)247.59º61.72%50.2%-
XYZ6.84.6820.97-
YUV61165.81126.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 128 (50.39% from 255) = 54.24%
R=25%
G=20.76%
B=54.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal59491280.540.6200.50247.5944.6334.71
Hex3B3180363E032f82d23
Octal736120066760623705543
Binary11101111000110000000110110111110011001011111000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,49,128); }

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

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

 a { background-color: rgb(59,49,128); }

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

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

 span { border-color: rgb(59,49,128); }

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