#3A3193

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

Shades of Dark Slate Blue #3A3193

Tints of Dark Slate Blue #3A3193

Color information

#3A3193 (or 0x3A3193) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 31 and 93. RGB value is (58,49,147). Sum of RGB (Red+Green+Blue) = 58+49+147=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A3193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3193 is #C5CE6C. Grayscale: #3E3E3E. Windows color (decimal): -12963437 or 9646394. OLE color: 9646394.

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

Color convert

RGB5849147-
CMYK0.610.6700.42
HSL245.51º50%38.43%-
HSV(B)245.51º66.67%57.65%-
XYZ8.115.228.18-
YUV62.86175.48124.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.83%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 147 (57.81% from 255) = 57.87%
R=22.83%
G=19.29%
B=57.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58491470.610.6700.42245.515038.43
Hex3A31933D4302Af63226
Octal7261223751030523666246
Binary111010110001100100111111011000011010101011110110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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