Html Css Color HEX #3D3181 Dark Slate Blue

📋 copy color: '#3D3181'

red 61 ◦ green 49 ◦ blue 129

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

Shades of Dark Slate Blue #3D3181

Tints of Dark Slate Blue #3D3181

RGB

 RED value IS 61 (24.22% from 255) = 25.52%

 GREEN value IS 49 (19.53% from 255) = 20.5%

 BLUE value IS 129 (50.78% from 255) = 53.97%

R = 25.52%
G = 20.5%
B = 53.97%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3D3181 (or 0x3D3181) is known color: Dark Slate Blue. HEX triplet: 3D, 31 and 81. RGB value is (61,49,129). Sum of RGB (Red+Green+Blue) = 61+49+129=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 129 (50.78% from 255 or 53.97% from 239); Max value from RGB is 129 - color contains mainly: blue. Hex color #3D3181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3181 is #C2CE7E. Grayscale: #3D3D3D. Windows color (decimal): -12766847 or 8466749. OLE color: 8466749.

HSL color Cylindrical-coordinate representation of color #3D3181: hue angle of 249º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D3181 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 61 49 129 -
CMYK 0.53 0.62 0 0.49
HSL 249º 0.45% 0.35% -
HSV(B) 249º 0.62% 0.51% -
XYZ 6.99 4.77 21.32 -
YUV 61.71 165.98 127.5 -
System Red Green Blue C M Y K H S L
Decimal 61 49 129 0.53 0.62 0 0.49 249 0.45 0.35
Hex 3D 31 81 35 3E 0 31 F9 2D 23
Octal 75 61 201 65 76 0 61 371 55 43
Binary 111101 110001 10000001 110101 111110 0 110001 11111001 101101 100011

Color Harmonies of #3D3181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3181

Black with #3D3181

Text Example


Text Example

White with #3D3181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,49,129); }

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

background-color css

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

 a { background-color: rgb(61,49,129); }

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

border-color css

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

 span { border-color: rgb(61,49,129); }

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