Html Css Color HEX #3D3184 Dark Slate Blue

📋 copy color: '#3D3184'

red 61 ◦ green 49 ◦ blue 132

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

Shades of Dark Slate Blue #3D3184

Tints of Dark Slate Blue #3D3184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 54.55%

R = 25.21%
G = 20.25%
B = 54.55%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3D3184 (or 0x3D3184) is known color: Dark Slate Blue. HEX triplet: 3D, 31 and 84. RGB value is (61,49,132). Sum of RGB (Red+Green+Blue) = 61+49+132=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D3184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3184 is #C2CE7B. Grayscale: #3D3D3D. Windows color (decimal): -12766844 or 8663357. OLE color: 8663357.

HSL color Cylindrical-coordinate representation of color #3D3184: hue angle of 248.67º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D3184 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 61 49 132 -
CMYK 0.54 0.63 0 0.48
HSL 248.67º 0.46% 0.35% -
HSV(B) 248.67º 0.63% 0.52% -
XYZ 7.19 4.85 22.39 -
YUV 62.05 167.48 127.25 -
System Red Green Blue C M Y K H S L
Decimal 61 49 132 0.54 0.63 0 0.48 248.67 0.46 0.35
Hex 3D 31 84 36 3F 0 30 F9 2E 23
Octal 75 61 204 66 77 0 60 371 56 43
Binary 111101 110001 10000100 110110 111111 0 110000 11111001 101110 100011

Color Harmonies of #3D3184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3184

Black with #3D3184

Text Example


Text Example

White with #3D3184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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