#3A388A

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

Shades of Jacksons Purple #3A388A

Tints of Jacksons Purple #3A388A

Color information

#3A388A (or 0x3A388A) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 38 and 8A. RGB value is (58,56,138). Sum of RGB (Red+Green+Blue) = 58+56+138=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A388A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A388A is #C5C775. Grayscale: #414141. Windows color (decimal): -12961654 or 9058362. OLE color: 9058362.

HSL color Cylindrical-coordinate representation of color #3A388A: hue angle of 241.46º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A388A is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5856138-
CMYK0.580.5900.46
HSL241.46º42.27%38.04%-
HSV(B)241.46º59.42%54.12%-
XYZ7.755.5624.71-
YUV65.95168.66122.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.02%
GREEN value IS 56 (22.27% from 255) = 22.22%
BLUE value IS 138 (54.30% from 255) = 54.76%
R=23.02%
G=22.22%
B=54.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal58561380.580.5900.46241.4642.2738.04
Hex3A388A3A3B02Ef12a26
Octal727021272730563615246
Binary11101011100010001010111010111011010111011110001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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