#3A3E93

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

Shades of Jacksons Purple #3A3E93

Tints of Jacksons Purple #3A3E93

Color information

#3A3E93 (or 0x3A3E93) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 3E and 93. RGB value is (58,62,147). Sum of RGB (Red+Green+Blue) = 58+62+147=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A3E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3E93 is #C5C16C. Grayscale: #464646. Windows color (decimal): -12960109 or 9649722. OLE color: 9649722.

HSL color Cylindrical-coordinate representation of color #3A3E93: hue angle of 237.3º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A3E93 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5862147-
CMYK0.610.5800.42
HSL237.3º43.41%40.2%-
HSV(B)237.3º60.54%57.65%-
XYZ8.736.4528.39-
YUV70.49171.17119.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.72%
GREEN value IS 62 (24.61% from 255) = 23.22%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=21.72%
G=23.22%
B=55.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58621470.610.5800.42237.343.4140.2
Hex3A3E933D3A02Aed2b28
Octal727622375720523555350
Binary11101011111010010011111101111010010101011101101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,62,147); }

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

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

 a { background-color: rgb(58,62,147); }

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

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

 span { border-color: rgb(58,62,147); }

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