#43397C

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

Shades of Dark Slate Blue #43397C

Tints of Dark Slate Blue #43397C

Color information

#43397C (or 0x43397C) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 39 and 7C. RGB value is (67,57,124). Sum of RGB (Red+Green+Blue) = 67+57+124=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #43397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43397C is #BCC683. Grayscale: #434343. Windows color (decimal): -12371588 or 8141123. OLE color: 8141123.

HSL color Cylindrical-coordinate representation of color #43397C: hue angle of 248.96º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43397C is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6757124-
CMYK0.460.5400.51
HSL248.96º37.02%35.49%-
HSV(B)248.96º54.03%48.63%-
XYZ7.425.5719.75-
YUV67.63159.81127.55-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.02%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 124 (48.83% from 255) = 50%
R=27.02%
G=22.98%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67571240.460.5400.51248.9637.0235.49
Hex43397C2E36033f92523
Octal1037117456660633714543
Binary10000111110011111100101110110110011001111111001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43397C; }

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

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

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

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

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

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

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

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