#3A347C

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

Shades of Jacksons Purple #3A347C

Tints of Jacksons Purple #3A347C

Color information

#3A347C (or 0x3A347C) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 34 and 7C. RGB value is (58,52,124). Sum of RGB (Red+Green+Blue) = 58+52+124=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A347C is #C5CB83. Grayscale: #3D3D3D. Windows color (decimal): -12962692 or 8139834. OLE color: 8139834.

HSL color Cylindrical-coordinate representation of color #3A347C: hue angle of 245º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A347C is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5852124-
CMYK0.530.5800.51
HSL245º40.91%34.51%-
HSV(B)245º58.06%48.63%-
XYZ6.614.8119.65-
YUV62162.99125.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.79%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 124 (48.83% from 255) = 52.99%
R=24.79%
G=22.22%
B=52.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58521240.530.5800.5124540.9134.51
Hex3A347C353A033f52923
Octal726417465720633655143
Binary1110101101001111100110101111010011001111110101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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