#443985

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

Shades of Dark Slate Blue #443985

Tints of Dark Slate Blue #443985

Color information

#443985 (or 0x443985) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 39 and 85. RGB value is (68,57,133). Sum of RGB (Red+Green+Blue) = 68+57+133=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #443985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443985 is #BBC67A. Grayscale: #444444. Windows color (decimal): -12306043 or 8730948. OLE color: 8730948.

HSL color Cylindrical-coordinate representation of color #443985: hue angle of 248.68º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #443985 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6857133-
CMYK0.490.5700.48
HSL248.68º40%37.25%-
HSV(B)248.68º57.14%52.16%-
XYZ8.085.8522.89-
YUV68.95164.14127.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.36%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 133 (52.34% from 255) = 51.55%
R=26.36%
G=22.09%
B=51.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68571330.490.5700.48248.684037.25
Hex4439853139030f92825
Octal1047120561710603715045
Binary100010011100110000101110001111001011000011111001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443985; }

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

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

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

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

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

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

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

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