#3A3481

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

Shades of Jacksons Purple #3A3481

Tints of Jacksons Purple #3A3481

Color information

#3A3481 (or 0x3A3481) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 34 and 81. RGB value is (58,52,129). Sum of RGB (Red+Green+Blue) = 58+52+129=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 129 (50.78% from 255 or 53.97% from 239); Max value from RGB is 129 - color contains mainly: blue. Hex color #3A3481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3481 is #C5CB7E. Grayscale: #3E3E3E. Windows color (decimal): -12962687 or 8467514. OLE color: 8467514.

HSL color Cylindrical-coordinate representation of color #3A3481: hue angle of 244.68º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A3481 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5852129-
CMYK0.550.6000.49
HSL244.68º42.54%35.49%-
HSV(B)244.68º59.69%50.59%-
XYZ6.944.9421.36-
YUV62.57165.49124.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.27%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 129 (50.78% from 255) = 53.97%
R=24.27%
G=21.76%
B=53.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58521290.550.6000.49244.6842.5435.49
Hex3A3481373C031f52b23
Octal726420167740613655343
Binary11101011010010000001110111111100011000111110101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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