Html Css Color HEX #44398E Dark Slate Blue

📋 copy color: '#44398E'

red 68 ◦ green 57 ◦ blue 142

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

Shades of Dark Slate Blue #44398E

Tints of Dark Slate Blue #44398E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.35%

 BLUE value IS 142 (55.86% from 255) = 53.18%

R = 25.47%
G = 21.35%
B = 53.18%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#44398E (or 0x44398E) is known color: Dark Slate Blue. HEX triplet: 44, 39 and 8E. RGB value is (68,57,142). Sum of RGB (Red+Green+Blue) = 68+57+142=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #44398E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44398E is #BBC671. Grayscale: #454545. Windows color (decimal): -12306034 or 9320772. OLE color: 9320772.

HSL color Cylindrical-coordinate representation of color #44398E: hue angle of 247.76º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44398E is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 57 142 -
CMYK 0.52 0.60 0 0.44
HSL 247.76º 0.43% 0.39% -
HSV(B) 247.76º 0.6% 0.56% -
XYZ 8.73 6.11 26.31 -
YUV 69.98 168.64 126.59 -
System Red Green Blue C M Y K H S L
Decimal 68 57 142 0.52 0.60 0 0.44 247.76 0.43 0.39
Hex 44 39 8E 34 3C 0 2C F8 2B 27
Octal 104 71 216 64 74 0 54 370 53 47
Binary 1000100 111001 10001110 110100 111100 0 101100 11111000 101011 100111

Color Harmonies of #44398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44398E

Black with #44398E

Text Example


Text Example

White with #44398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44398E; }

 p { color: rgb(68,57,142); }

 H1.HeaderClassName
 {
   color: #44398E;
 }
 .AnyTagClassName
 {
   color: #44398E;
 }
</style>

background-color css

<style>
 a { background-color: #44398E; }

 a { background-color: rgb(68,57,142); }

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

border-color css

<style>
 span { border-color: #44398E; }

 span { border-color: rgb(68,57,142); }

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