#3A357C

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

Shades of Jacksons Purple #3A357C

Tints of Jacksons Purple #3A357C

Color information

#3A357C (or 0x3A357C) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 35 and 7C. RGB value is (58,53,124). Sum of RGB (Red+Green+Blue) = 58+53+124=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A357C is #C5CA83. Grayscale: #3E3E3E. Windows color (decimal): -12962436 or 8140090. OLE color: 8140090.

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

Color convert

RGB5853124-
CMYK0.530.5700.51
HSL244.23º40.11%34.71%-
HSV(B)244.23º57.26%48.63%-
XYZ6.664.919.66-
YUV62.59162.66124.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.68%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 124 (48.83% from 255) = 52.77%
R=24.68%
G=22.55%
B=52.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58531240.530.5700.51244.2340.1134.71
Hex3A357C3539033f42823
Octal726517465710633645043
Binary1110101101011111100110101111001011001111110100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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