#3A408A

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

Shades of Jacksons Purple #3A408A

Tints of Jacksons Purple #3A408A

Color information

#3A408A (or 0x3A408A) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 40 and 8A. RGB value is (58,64,138). Sum of RGB (Red+Green+Blue) = 58+64+138=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A408A is #C5BF75. Grayscale: #464646. Windows color (decimal): -12959606 or 9060410. OLE color: 9060410.

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

Color convert

RGB5864138-
CMYK0.580.5400.46
HSL235.5º40.82%38.43%-
HSV(B)235.5º57.97%54.12%-
XYZ8.176.424.85-
YUV70.64166.01118.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.31%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 138 (54.30% from 255) = 53.08%
R=22.31%
G=24.62%
B=53.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal58641380.580.5400.46235.540.8238.43
Hex3A408A3A3602Eec2926
Octal7210021272660563545146
Binary111010100000010001010111010110110010111011101100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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