Html Css Color HEX #3A2995 Dark Slate Blue

📋 copy color: '#3A2995'

red 58 ◦ green 41 ◦ blue 149

#3A2995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #3A2995

Tints of Dark Slate Blue #3A2995

RGB

 RED value IS 58 (23.05% from 255) = 23.39%

 GREEN value IS 41 (16.41% from 255) = 16.53%

 BLUE value IS 149 (58.59% from 255) = 60.08%

R = 23.39%
G = 16.53%
B = 60.08%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A2995 (or 0x3A2995) is known color: Dark Slate Blue. HEX triplet: 3A, 29 and 95. RGB value is (58,41,149). Sum of RGB (Red+Green+Blue) = 58+41+149=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A2995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2995 is #C5D66A. Grayscale: #393939. Windows color (decimal): -12965483 or 9775418. OLE color: 9775418.

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

Color convert

RGB 58 41 149 -
CMYK 0.61 0.72 0 0.42
HSL 249.44º 0.57% 0.37% -
HSV(B) 249.44º 0.72% 0.58% -
XYZ 7.96 4.66 28.91 -
YUV 58.4 179.13 127.72 -
System Red Green Blue C M Y K H S L
Decimal 58 41 149 0.61 0.72 0 0.42 249.44 0.57 0.37
Hex 3A 29 95 3D 48 0 2A F9 39 25
Octal 72 51 225 75 110 0 52 371 71 45
Binary 111010 101001 10010101 111101 1001000 0 101010 11111001 111001 100101

Color Harmonies of #3A2995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2995

Black with #3A2995

Text Example


Text Example

White with #3A2995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,41,149); }

 H1.HeaderClassName
 {
   color: #3A2995;
 }
 .AnyTagClassName
 {
   color: #3A2995;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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