#3A3978

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

Shades of Jacksons Purple #3A3978

Tints of Jacksons Purple #3A3978

Color information

#3A3978 (or 0x3A3978) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 39 and 78. RGB value is (58,57,120). Sum of RGB (Red+Green+Blue) = 58+57+120=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A3978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3978 is #C5C687. Grayscale: #404040. Windows color (decimal): -12961416 or 7878970. OLE color: 7878970.

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

Color convert

RGB5857120-
CMYK0.520.5200.53
HSL240.95º35.59%34.71%-
HSV(B)240.95º52.5%47.06%-
XYZ6.65.1818.42-
YUV64.48159.33123.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.68%
GREEN value IS 57 (22.66% from 255) = 24.26%
BLUE value IS 120 (47.27% from 255) = 51.06%
R=24.68%
G=24.26%
B=51.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58571200.520.5200.53240.9535.5934.71
Hex3A39783434035f12423
Octal727117064640653614443
Binary1110101110011111000110100110100011010111110001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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