Html Css Color HEX #44398F Dark Slate Blue

📋 copy color: '#44398F'

red 68 ◦ green 57 ◦ blue 143

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

Shades of Dark Slate Blue #44398F

Tints of Dark Slate Blue #44398F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 53.36%

R = 25.37%
G = 21.27%
B = 53.36%

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

#44398F (or 0x44398F) is known color: Dark Slate Blue. HEX triplet: 44, 39 and 8F. RGB value is (68,57,143). Sum of RGB (Red+Green+Blue) = 68+57+143=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 143 (56.25% from 255 or 53.36% from 268); Max value from RGB is 143 - color contains mainly: blue. Hex color #44398F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44398F is #BBC670. Grayscale: #454545. Windows color (decimal): -12306033 or 9386308. OLE color: 9386308.

HSL color Cylindrical-coordinate representation of color #44398F: hue angle of 247.67º 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 #44398F is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 57 143 -
CMYK 0.52 0.60 0 0.44
HSL 247.67º 0.43% 0.39% -
HSV(B) 247.67º 0.6% 0.56% -
XYZ 8.8 6.14 26.71 -
YUV 70.09 169.14 126.51 -
System Red Green Blue C M Y K H S L
Decimal 68 57 143 0.52 0.60 0 0.44 247.67 0.43 0.39
Hex 44 39 8F 34 3C 0 2C F8 2B 27
Octal 104 71 217 64 74 0 54 370 53 47
Binary 1000100 111001 10001111 110100 111100 0 101100 11111000 101011 100111

Color Harmonies of #44398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44398F

Black with #44398F

Text Example


Text Example

White with #44398F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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