#43397F

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

Shades of Dark Slate Blue #43397F

Tints of Dark Slate Blue #43397F

Color information

#43397F (or 0x43397F) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 39 and 7F. RGB value is (67,57,127). Sum of RGB (Red+Green+Blue) = 67+57+127=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #43397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43397F is #BCC680. Grayscale: #434343. Windows color (decimal): -12371585 or 8337731. OLE color: 8337731.

HSL color Cylindrical-coordinate representation of color #43397F: hue angle of 248.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43397F is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6757127-
CMYK0.470.5500.50
HSL248.57º38.04%36.08%-
HSV(B)248.57º55.12%49.8%-
XYZ7.615.6520.77-
YUV67.97161.31127.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.69%
GREEN value IS 57 (22.66% from 255) = 22.71%
BLUE value IS 127 (50% from 255) = 50.60%
R=26.69%
G=22.71%
B=50.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67571270.470.5500.50248.5738.0436.08
Hex43397F2F37032f92624
Octal1037117757670623714644
Binary10000111110011111111101111110111011001011111001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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