#3A3A8B

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

Shades of Jacksons Purple #3A3A8B

Tints of Jacksons Purple #3A3A8B

Color information

#3A3A8B (or 0x3A3A8B) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 3A and 8B. RGB value is (58,58,139). Sum of RGB (Red+Green+Blue) = 58+58+139=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A3A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3A8B is #C5C574. Grayscale: #424242. Windows color (decimal): -12961141 or 9124410. OLE color: 9124410.

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

Color convert

RGB5858139-
CMYK0.580.5800.45
HSL240º41.12%38.63%-
HSV(B)240º58.27%54.51%-
XYZ7.925.7925.13-
YUV67.23168.5121.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.75%
GREEN value IS 58 (23.05% from 255) = 22.75%
BLUE value IS 139 (54.69% from 255) = 54.51%
R=22.75%
G=22.75%
B=54.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58581390.580.5800.4524041.1238.63
Hex3A3A8B3A3A02Df02927
Octal727221372720553605147
Binary11101011101010001011111010111010010110111110000101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,58,139); }

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

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

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

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

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

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

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