Html Css Color HEX #44418D Dark Slate Blue

📋 copy color: '#44418D'

red 68 ◦ green 65 ◦ blue 141

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

Shades of Dark Slate Blue #44418D

Tints of Dark Slate Blue #44418D

RGB

 RED value IS 68 (26.95% from 255) = 24.82%

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

 BLUE value IS 141 (55.47% from 255) = 51.46%

R = 24.82%
G = 23.72%
B = 51.46%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44418D (or 0x44418D) is known color: Dark Slate Blue. HEX triplet: 44, 41 and 8D. RGB value is (68,65,141). Sum of RGB (Red+Green+Blue) = 68+65+141=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #44418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44418D is #BBBE72. Grayscale: #4A4A4A. Windows color (decimal): -12303987 or 9257284. OLE color: 9257284.

HSL color Cylindrical-coordinate representation of color #44418D: hue angle of 242.37º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44418D is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 65 141 -
CMYK 0.52 0.54 0 0.45
HSL 242.37º 0.37% 0.4% -
HSV(B) 242.37º 0.54% 0.55% -
XYZ 9.08 6.93 26.06 -
YUV 74.56 165.49 123.32 -
System Red Green Blue C M Y K H S L
Decimal 68 65 141 0.52 0.54 0 0.45 242.37 0.37 0.4
Hex 44 41 8D 34 36 0 2D F2 25 28
Octal 104 101 215 64 66 0 55 362 45 50
Binary 1000100 1000001 10001101 110100 110110 0 101101 11110010 100101 101000

Color Harmonies of #44418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44418D

Black with #44418D

Text Example


Text Example

White with #44418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44418D; }

 p { color: rgb(68,65,141); }

 H1.HeaderClassName
 {
   color: #44418D;
 }
 .AnyTagClassName
 {
   color: #44418D;
 }
</style>

background-color css

<style>
 a { background-color: #44418D; }

 a { background-color: rgb(68,65,141); }

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

border-color css

<style>
 span { border-color: #44418D; }

 span { border-color: rgb(68,65,141); }

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