#3A3485

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

Shades of Jacksons Purple #3A3485

Tints of Jacksons Purple #3A3485

Color information

#3A3485 (or 0x3A3485) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 34 and 85. RGB value is (58,52,133). Sum of RGB (Red+Green+Blue) = 58+52+133=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #3A3485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3485 is #C5CB7A. Grayscale: #3E3E3E. Windows color (decimal): -12962683 or 8729658. OLE color: 8729658.

HSL color Cylindrical-coordinate representation of color #3A3485: hue angle of 244.44º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A3485 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5852133-
CMYK0.560.6100.48
HSL244.44º43.78%36.27%-
HSV(B)244.44º60.9%52.16%-
XYZ7.215.0522.79-
YUV63.03167.49124.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.87%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 133 (52.34% from 255) = 54.73%
R=23.87%
G=21.40%
B=54.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58521330.560.6100.48244.4443.7836.27
Hex3A3485383D030f42c24
Octal726420570750603645444
Binary11101011010010000101111000111101011000011110100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,52,133); }

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

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

 a { background-color: rgb(58,52,133); }

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

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

 span { border-color: rgb(58,52,133); }

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