#3A397B

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

Shades of Jacksons Purple #3A397B

Tints of Jacksons Purple #3A397B

Color information

#3A397B (or 0x3A397B) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 39 and 7B. RGB value is (58,57,123). Sum of RGB (Red+Green+Blue) = 58+57+123=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A397B is #C5C684. Grayscale: #404040. Windows color (decimal): -12961413 or 8075578. OLE color: 8075578.

HSL color Cylindrical-coordinate representation of color #3A397B: hue angle of 240.91º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A397B is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5857123-
CMYK0.530.5400.52
HSL240.91º36.67%35.29%-
HSV(B)240.91º53.66%48.24%-
XYZ6.785.2619.4-
YUV64.82160.83123.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.37%
GREEN value IS 57 (22.66% from 255) = 23.95%
BLUE value IS 123 (48.44% from 255) = 51.68%
R=24.37%
G=23.95%
B=51.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58571230.530.5400.52240.9136.6735.29
Hex3A397B3536034f12523
Octal727117365660643614543
Binary1110101110011111011110101110110011010011110001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,57,123); }

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

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

 a { background-color: rgb(58,57,123); }

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

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

 span { border-color: rgb(58,57,123); }

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