#443385

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

Shades of Dark Slate Blue #443385

Tints of Dark Slate Blue #443385

Color information

#443385 (or 0x443385) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 33 and 85. RGB value is (68,51,133). Sum of RGB (Red+Green+Blue) = 68+51+133=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #443385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443385 is #BBCC7A. Grayscale: #414141. Windows color (decimal): -12307579 or 8729412. OLE color: 8729412.

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

Color convert

RGB6851133-
CMYK0.490.6200.48
HSL252.44º44.57%36.08%-
HSV(B)252.44º61.65%52.16%-
XYZ7.85.2922.8-
YUV65.43166.13129.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.98%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 133 (52.34% from 255) = 52.78%
R=26.98%
G=20.24%
B=52.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68511330.490.6200.48252.4444.5736.08
Hex443385313E030fc2d24
Octal1046320561760603745544
Binary100010011001110000101110001111110011000011111100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443385; }

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

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

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

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

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

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

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

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