#3B317B

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

Shades of Jacksons Purple #3B317B

Tints of Jacksons Purple #3B317B

Color information

#3B317B (or 0x3B317B) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 31 and 7B. RGB value is (59,49,123). Sum of RGB (Red+Green+Blue) = 59+49+123=231 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.54% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B317B is #C4CE84. Grayscale: #3C3C3C. Windows color (decimal): -12897925 or 8073531. OLE color: 8073531.

HSL color Cylindrical-coordinate representation of color #3B317B: hue angle of 248.11º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B317B is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5949123-
CMYK0.520.6000.52
HSL248.11º43.02%33.73%-
HSV(B)248.11º60.16%48.24%-
XYZ6.484.5619.28-
YUV60.43163.31126.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.54%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 123 (48.44% from 255) = 53.25%
R=25.54%
G=21.21%
B=53.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59491230.520.6000.52248.1143.0233.73
Hex3B317B343C034f82b22
Octal736117364740643705342
Binary1110111100011111011110100111100011010011111000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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