#443085

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

Shades of Dark Slate Blue #443085

Tints of Dark Slate Blue #443085

Color information

#443085 (or 0x443085) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 30 and 85. RGB value is (68,48,133). Sum of RGB (Red+Green+Blue) = 68+48+133=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #443085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443085 is #BBCF7A. Grayscale: #3F3F3F. Windows color (decimal): -12308347 or 8728644. OLE color: 8728644.

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

Color convert

RGB6848133-
CMYK0.490.6400.48
HSL254.12º46.96%35.49%-
HSV(B)254.12º63.91%52.16%-
XYZ7.675.0422.76-
YUV63.67167.13131.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.31%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=27.31%
G=19.28%
B=53.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68481330.490.6400.48254.1246.9635.49
Hex4430853140030fe2f23
Octal10460205611000603765743
Binary1000100110000100001011100011000000011000011111110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443085; }

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

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

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

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

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

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

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

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