Html Css Color HEX #44418B Dark Slate Blue

📋 copy color: '#44418B'

red 68 ◦ green 65 ◦ blue 139

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

Shades of Dark Slate Blue #44418B

Tints of Dark Slate Blue #44418B

RGB

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

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

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

R = 25%
G = 23.9%
B = 51.1%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44418B (or 0x44418B) is known color: Dark Slate Blue. HEX triplet: 44, 41 and 8B. RGB value is (68,65,139). Sum of RGB (Red+Green+Blue) = 68+65+139=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #44418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44418B is #BBBE74. Grayscale: #4A4A4A. Windows color (decimal): -12303989 or 9126212. OLE color: 9126212.

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

Color convert

RGB 68 65 139 -
CMYK 0.51 0.53 0 0.45
HSL 242.43º 0.36% 0.4% -
HSV(B) 242.43º 0.53% 0.55% -
XYZ 8.93 6.87 25.28 -
YUV 74.33 164.49 123.48 -
System Red Green Blue C M Y K H S L
Decimal 68 65 139 0.51 0.53 0 0.45 242.43 0.36 0.4
Hex 44 41 8B 33 35 0 2D F2 24 28
Octal 104 101 213 63 65 0 55 362 44 50
Binary 1000100 1000001 10001011 110011 110101 0 101101 11110010 100100 101000

Color Harmonies of #44418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44418B

Black with #44418B

Text Example


Text Example

White with #44418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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