Html Css Color HEX #44418A Dark Slate Blue

📋 copy color: '#44418A'

red 68 ◦ green 65 ◦ blue 138

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

Shades of Dark Slate Blue #44418A

Tints of Dark Slate Blue #44418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.92%

R = 25.09%
G = 23.99%
B = 50.92%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#44418A (or 0x44418A) is known color: Dark Slate Blue. HEX triplet: 44, 41 and 8A. RGB value is (68,65,138). Sum of RGB (Red+Green+Blue) = 68+65+138=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #44418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44418A is #BBBE75. Grayscale: #494949. Windows color (decimal): -12303990 or 9060676. OLE color: 9060676.

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

Color convert

RGB 68 65 138 -
CMYK 0.51 0.53 0 0.46
HSL 242.47º 0.36% 0.4% -
HSV(B) 242.47º 0.53% 0.54% -
XYZ 8.86 6.84 24.9 -
YUV 74.22 163.99 123.56 -
System Red Green Blue C M Y K H S L
Decimal 68 65 138 0.51 0.53 0 0.46 242.47 0.36 0.4
Hex 44 41 8A 33 35 0 2E F2 24 28
Octal 104 101 212 63 65 0 56 362 44 50
Binary 1000100 1000001 10001010 110011 110101 0 101110 11110010 100100 101000

Color Harmonies of #44418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44418A

Black with #44418A

Text Example


Text Example

White with #44418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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