Html Css Color HEX #44377F Dark Slate Blue

📋 copy color: '#44377F'

red 68 ◦ green 55 ◦ blue 127

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

Shades of Dark Slate Blue #44377F

Tints of Dark Slate Blue #44377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22%

 BLUE value IS 127 (50% from 255) = 50.8%

R = 27.2%
G = 22%
B = 50.8%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#44377F (or 0x44377F) is known color: Dark Slate Blue. HEX triplet: 44, 37 and 7F. RGB value is (68,55,127). Sum of RGB (Red+Green+Blue) = 68+55+127=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #44377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44377F is #BBC880. Grayscale: #424242. Windows color (decimal): -12306561 or 8337220. OLE color: 8337220.

HSL color Cylindrical-coordinate representation of color #44377F: hue angle of 250.83º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44377F is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 55 127 -
CMYK 0.46 0.57 0 0.50
HSL 250.83º 0.4% 0.36% -
HSV(B) 250.83º 0.57% 0.5% -
XYZ 7.58 5.49 20.74 -
YUV 67.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 68 55 127 0.46 0.57 0 0.50 250.83 0.4 0.36
Hex 44 37 7F 2E 39 0 32 FB 28 24
Octal 104 67 177 56 71 0 62 373 50 44
Binary 1000100 110111 1111111 101110 111001 0 110010 11111011 101000 100100

Color Harmonies of #44377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44377F

Black with #44377F

Text Example


Text Example

White with #44377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,55,127); }

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

background-color css

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

 a { background-color: rgb(68,55,127); }

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

border-color css

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

 span { border-color: rgb(68,55,127); }

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