#3B398A

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

Shades of Jacksons Purple #3B398A

Tints of Jacksons Purple #3B398A

Color information

#3B398A (or 0x3B398A) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 39 and 8A. RGB value is (59,57,138). Sum of RGB (Red+Green+Blue) = 59+57+138=254 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.23% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #3B398A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B398A is #C4C675. Grayscale: #424242. Windows color (decimal): -12895862 or 9058619. OLE color: 9058619.

HSL color Cylindrical-coordinate representation of color #3B398A: hue angle of 241.48º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B398A is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5957138-
CMYK0.570.5900.46
HSL241.48º41.54%38.24%-
HSV(B)241.48º58.7%54.12%-
XYZ7.855.6924.73-
YUV66.83168.16122.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.23%
GREEN value IS 57 (22.66% from 255) = 22.44%
BLUE value IS 138 (54.30% from 255) = 54.33%
R=23.23%
G=22.44%
B=54.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal59571380.570.5900.46241.4841.5438.24
Hex3B398A393B02Ef12a26
Octal737121271730563615246
Binary11101111100110001010111001111011010111011110001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,57,138); }

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

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

 a { background-color: rgb(59,57,138); }

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

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

 span { border-color: rgb(59,57,138); }

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