Html Css Color HEX #3D298B Dark Slate Blue

📋 copy color: '#3D298B'

red 61 ◦ green 41 ◦ blue 139

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

Shades of Dark Slate Blue #3D298B

Tints of Dark Slate Blue #3D298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.68%

R = 25.31%
G = 17.01%
B = 57.68%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D298B (or 0x3D298B) is known color: Dark Slate Blue. HEX triplet: 3D, 29 and 8B. RGB value is (61,41,139). Sum of RGB (Red+Green+Blue) = 61+41+139=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D298B is #C2D674. Grayscale: #393939. Windows color (decimal): -12768885 or 9120061. OLE color: 9120061.

HSL color Cylindrical-coordinate representation of color #3D298B: hue angle of 252.24º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D298B is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 61 41 139 -
CMYK 0.56 0.71 0 0.45
HSL 252.24º 0.54% 0.35% -
HSV(B) 252.24º 0.71% 0.55% -
XYZ 7.38 4.44 24.89 -
YUV 58.15 173.63 130.03 -
System Red Green Blue C M Y K H S L
Decimal 61 41 139 0.56 0.71 0 0.45 252.24 0.54 0.35
Hex 3D 29 8B 38 47 0 2D FC 36 23
Octal 75 51 213 70 107 0 55 374 66 43
Binary 111101 101001 10001011 111000 1000111 0 101101 11111100 110110 100011

Color Harmonies of #3D298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D298B

Black with #3D298B

Text Example


Text Example

White with #3D298B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,41,139); }

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

background-color css

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

 a { background-color: rgb(61,41,139); }

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

border-color css

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

 span { border-color: rgb(61,41,139); }

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