#3A337A

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

Shades of Jacksons Purple #3A337A

Tints of Jacksons Purple #3A337A

Color information

#3A337A (or 0x3A337A) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 33 and 7A. RGB value is (58,51,122). Sum of RGB (Red+Green+Blue) = 58+51+122=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A337A is #C5CC85. Grayscale: #3C3C3C. Windows color (decimal): -12962950 or 8008506. OLE color: 8008506.

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

Color convert

RGB5851122-
CMYK0.520.5800.52
HSL245.92º41.04%33.92%-
HSV(B)245.92º58.2%47.84%-
XYZ6.444.6718.97-
YUV61.19162.32125.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.11%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 122 (48.05% from 255) = 52.81%
R=25.11%
G=22.08%
B=52.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58511220.520.5800.52245.9241.0433.92
Hex3A337A343A034f62922
Octal726317264720643665142
Binary1110101100111111010110100111010011010011110110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,51,122); }

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

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

 a { background-color: rgb(58,51,122); }

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

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

 span { border-color: rgb(58,51,122); }

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