#443D91

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

Shades of Dark Slate Blue #443D91

Tints of Dark Slate Blue #443D91

Color information

#443D91 (or 0x443D91) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 3D and 91. RGB value is (68,61,145). Sum of RGB (Red+Green+Blue) = 68+61+145=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #443D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443D91 is #BBC26E. Grayscale: #484848. Windows color (decimal): -12305007 or 9518404. OLE color: 9518404.

HSL color Cylindrical-coordinate representation of color #443D91: hue angle of 245º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #443D91 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6861145-
CMYK0.530.5800.43
HSL245º40.78%40.39%-
HSV(B)245º57.93%56.86%-
XYZ9.166.6127.58-
YUV72.67168.82124.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 61 (24.22% from 255) = 22.26%
BLUE value IS 145 (57.03% from 255) = 52.92%
R=24.82%
G=22.26%
B=52.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68611450.530.5800.4324540.7840.39
Hex443D91353A02Bf52928
Octal1047522165720533655150
Binary100010011110110010001110101111010010101111110101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443D91; }

 p { color: rgb(68,61,145); }

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

<style>
 a { background-color: #443D91; }

 a { background-color: rgb(68,61,145); }

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

<style>
 span { border-color: #443D91; }

 span { border-color: rgb(68,61,145); }

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