#3A3877

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

Shades of Jacksons Purple #3A3877

Tints of Jacksons Purple #3A3877

Color information

#3A3877 (or 0x3A3877) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 38 and 77. RGB value is (58,56,119). Sum of RGB (Red+Green+Blue) = 58+56+119=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A3877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3877 is #C5C788. Grayscale: #3F3F3F. Windows color (decimal): -12961673 or 7813178. OLE color: 7813178.

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

Color convert

RGB5856119-
CMYK0.510.5300.53
HSL241.9º36%34.31%-
HSV(B)241.9º52.94%46.67%-
XYZ6.495.0618.09-
YUV63.78159.16123.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.89%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 119 (46.88% from 255) = 51.07%
R=24.89%
G=24.03%
B=51.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58561190.510.5300.53241.93634.31
Hex3A38773335035f22422
Octal727016763650653624442
Binary1110101110001110111110011110101011010111110010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,56,119); }

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

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

 a { background-color: rgb(58,56,119); }

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

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

 span { border-color: rgb(58,56,119); }

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