#44418C

Color #44418C Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #44418C

Tints of Dark Slate Blue #44418C

Color information

#44418C (or 0x44418C) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 41 and 8C. RGB value is (68,65,140). Sum of RGB (Red+Green+Blue) = 68+65+140=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #44418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44418C is #BBBE73. Grayscale: #4A4A4A. Windows color (decimal): -12303988 or 9191748. OLE color: 9191748.

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

Color convert

RGB6865140-
CMYK0.510.5400.45
HSL242.4º36.59%40.2%-
HSV(B)242.4º53.57%54.9%-
XYZ9.016.925.67-
YUV74.45164.99123.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 140 (55.08% from 255) = 51.28%
R=24.91%
G=23.81%
B=51.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68651400.510.5400.45242.436.5940.2
Hex44418C333602Df22528
Octal10410121463660553624550
Binary1000100100000110001100110011110110010110111110010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44418C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #44418C;
 }
 .AnyTagClassName
 {
   color: #44418C;
 }
</style>
background-color css

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

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

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

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

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

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