#43328B

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

Shades of Dark Slate Blue #43328B

Tints of Dark Slate Blue #43328B

Color information

#43328B (or 0x43328B) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 32 and 8B. RGB value is (67,50,139). Sum of RGB (Red+Green+Blue) = 67+50+139=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #43328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43328B is #BCCD74. Grayscale: #404040. Windows color (decimal): -12373365 or 9122371. OLE color: 9122371.

HSL color Cylindrical-coordinate representation of color #43328B: hue angle of 251.46º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43328B is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6750139-
CMYK0.520.6400.45
HSL251.46º47.09%37.06%-
HSV(B)251.46º64.03%54.51%-
XYZ8.125.3425.03-
YUV65.23169.63129.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.17%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 139 (54.69% from 255) = 54.30%
R=26.17%
G=19.53%
B=54.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67501390.520.6400.45251.4647.0937.06
Hex43328B344002Dfb2f25
Octal10362213641000553735745
Binary1000011110010100010111101001000000010110111111011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43328B; }

 p { color: rgb(67,50,139); }

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

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

 a { background-color: rgb(67,50,139); }

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

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

 span { border-color: rgb(67,50,139); }

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