#3A2F91

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

Shades of Dark Slate Blue #3A2F91

Tints of Dark Slate Blue #3A2F91

Color information

#3A2F91 (or 0x3A2F91) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 2F and 91. RGB value is (58,47,145). Sum of RGB (Red+Green+Blue) = 58+47+145=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A2F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2F91 is #C5D06E. Grayscale: #3D3D3D. Windows color (decimal): -12963951 or 9514810. OLE color: 9514810.

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

Color convert

RGB5847145-
CMYK0.60.6800.43
HSL246.73º51.04%37.65%-
HSV(B)246.73º67.59%56.86%-
XYZ7.874.9827.33-
YUV61.46175.14125.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.2%
GREEN value IS 47 (18.75% from 255) = 18.8%
BLUE value IS 145 (57.03% from 255) = 58%
R=23.2%
G=18.8%
B=58%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal58471450.60.6800.43246.7351.0437.65
Hex3A2F913C4402Bf73326
Octal7257221741040533676346
Binary111010101111100100011111001000100010101111110111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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