#443995

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

Shades of Dark Slate Blue #443995

Tints of Dark Slate Blue #443995

Color information

#443995 (or 0x443995) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 39 and 95. RGB value is (68,57,149). Sum of RGB (Red+Green+Blue) = 68+57+149=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #443995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443995 is #BBC66A. Grayscale: #464646. Windows color (decimal): -12306027 or 9779524. OLE color: 9779524.

HSL color Cylindrical-coordinate representation of color #443995: hue angle of 247.17º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #443995 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6857149-
CMYK0.540.6200.42
HSL247.17º44.66%40.39%-
HSV(B)247.17º61.74%58.43%-
XYZ9.276.3329.17-
YUV70.78172.14126.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 149 (58.59% from 255) = 54.38%
R=24.82%
G=20.80%
B=54.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68571490.540.6200.42247.1744.6640.39
Hex443995363E02Af72d28
Octal1047122566760523675550
Binary100010011100110010101110110111110010101011110111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443995; }

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

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

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

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

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

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

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

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