#43398D

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

Shades of Dark Slate Blue #43398D

Tints of Dark Slate Blue #43398D

Color information

#43398D (or 0x43398D) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 39 and 8D. RGB value is (67,57,141). Sum of RGB (Red+Green+Blue) = 67+57+141=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #43398D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43398D is #BCC672. Grayscale: #454545. Windows color (decimal): -12371571 or 9255235. OLE color: 9255235.

HSL color Cylindrical-coordinate representation of color #43398D: hue angle of 247.14º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43398D is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6757141-
CMYK0.520.6000.45
HSL247.14º42.42%38.82%-
HSV(B)247.14º59.57%55.29%-
XYZ8.596.0425.91-
YUV69.57168.31126.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.28%
GREEN value IS 57 (22.66% from 255) = 21.51%
BLUE value IS 141 (55.47% from 255) = 53.21%
R=25.28%
G=21.51%
B=53.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67571410.520.6000.45247.1442.4238.82
Hex43398D343C02Df72a27
Octal1037121564740553675247
Binary100001111100110001101110100111100010110111110111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43398D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43398D; }

 p { color: rgb(67,57,141); }

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

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

 a { background-color: rgb(67,57,141); }

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

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

 span { border-color: rgb(67,57,141); }

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