#3A3991

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

Shades of Dark Slate Blue #3A3991

Tints of Dark Slate Blue #3A3991

Color information

#3A3991 (or 0x3A3991) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 39 and 91. RGB value is (58,57,145). Sum of RGB (Red+Green+Blue) = 58+57+145=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A3991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3991 is #C5C66E. Grayscale: #424242. Windows color (decimal): -12961391 or 9517370. OLE color: 9517370.

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

Color convert

RGB5857145-
CMYK0.60.6100.43
HSL240.68º43.56%39.61%-
HSV(B)240.68º60.69%56.86%-
XYZ8.325.8727.48-
YUV67.33171.83121.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.31%
GREEN value IS 57 (22.66% from 255) = 21.92%
BLUE value IS 145 (57.03% from 255) = 55.77%
R=22.31%
G=21.92%
B=55.77%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal58571450.60.6100.43240.6843.5639.61
Hex3A39913C3D02Bf12c28
Octal727122174750533615450
Binary11101011100110010001111100111101010101111110001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,57,145); }

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

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

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

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

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

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

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