#3A329B

Color #3A329B Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #3A329B

Tints of Dark Slate Blue #3A329B

Color information

#3A329B (or 0x3A329B) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 32 and 9B. RGB value is (58,50,155). Sum of RGB (Red+Green+Blue) = 58+50+155=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A329B is #C5CD64. Grayscale: #3F3F3F. Windows color (decimal): -12963173 or 10170938. OLE color: 10170938.

HSL color Cylindrical-coordinate representation of color #3A329B: hue angle of 244.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A329B is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5850155-
CMYK0.630.6800.39
HSL244.57º51.22%40.2%-
HSV(B)244.57º67.74%60.78%-
XYZ8.85.5531.62-
YUV64.36179.15123.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.05%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 155 (60.94% from 255) = 58.94%
R=22.05%
G=19.01%
B=58.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal58501550.630.6800.39244.5751.2240.2
Hex3A329B3F44027f53328
Octal7262233771040473656350
Binary111010110010100110111111111000100010011111110101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,50,155); }

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

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

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

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

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

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

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