Html Css Color HEX #3D419B Dark Slate Blue

📋 copy color: '#3D419B'

red 61 ◦ green 65 ◦ blue 155

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

Shades of Dark Slate Blue #3D419B

Tints of Dark Slate Blue #3D419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

 BLUE value IS 155 (60.94% from 255) = 55.16%

R = 21.71%
G = 23.13%
B = 55.16%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3D419B (or 0x3D419B) is known color: Dark Slate Blue. HEX triplet: 3D, 41 and 9B. RGB value is (61,65,155). Sum of RGB (Red+Green+Blue) = 61+65+155=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D419B is #C2BE64. Grayscale: #494949. Windows color (decimal): -12762725 or 10174781. OLE color: 10174781.

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

Color convert

RGB 61 65 155 -
CMYK 0.61 0.58 0 0.39
HSL 237.45º 0.44% 0.42% -
HSV(B) 237.45º 0.61% 0.61% -
XYZ 9.73 7.14 31.88 -
YUV 74.06 173.67 118.68 -
System Red Green Blue C M Y K H S L
Decimal 61 65 155 0.61 0.58 0 0.39 237.45 0.44 0.42
Hex 3D 41 9B 3D 3A 0 27 ED 2C 2A
Octal 75 101 233 75 72 0 47 355 54 52
Binary 111101 1000001 10011011 111101 111010 0 100111 11101101 101100 101010

Color Harmonies of #3D419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D419B

Black with #3D419B

Text Example


Text Example

White with #3D419B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,65,155); }

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

background-color css

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

 a { background-color: rgb(61,65,155); }

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

border-color css

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

 span { border-color: rgb(61,65,155); }

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