#3b317f

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

Shades of Jacksons Purple #3B317F

Tints of Jacksons Purple #3B317F

Color information

#3B317F (or 0x3B317F) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 31 and 7F. RGB value is (59,49,127). Sum of RGB (Red+Green+Blue) = 59+49+127=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B317F is #C4CE80. Grayscale: #3C3C3C. Windows color (decimal): -12897921 or 8335675. OLE color: 8335675.

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

Color convert

RGB5949127-
CMYK0.540.6100.50
HSL247.69º44.32%34.51%-
HSV(B)247.69º61.42%49.8%-
XYZ6.734.6620.62-
YUV60.88165.31126.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.11%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 127 (50% from 255) = 54.04%
R=25.11%
G=20.85%
B=54.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal59491270.540.6100.50247.6944.3234.51
Hex3B317F363D032f82c23
Octal736117766750623705443
Binary1110111100011111111110110111101011001011111000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b317f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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