#43418E

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

Shades of Dark Slate Blue #43418E

Tints of Dark Slate Blue #43418E

Color information

#43418E (or 0x43418E) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 41 and 8E. RGB value is (67,65,142). Sum of RGB (Red+Green+Blue) = 67+65+142=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #43418E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43418E is #BCBE71. Grayscale: #4A4A4A. Windows color (decimal): -12369522 or 9322819. OLE color: 9322819.

HSL color Cylindrical-coordinate representation of color #43418E: hue angle of 241.56º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43418E is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6765142-
CMYK0.530.5400.44
HSL241.56º37.2%40.59%-
HSV(B)241.56º54.23%55.69%-
XYZ9.096.9326.45-
YUV74.38166.16122.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.45%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 142 (55.86% from 255) = 51.82%
R=24.45%
G=23.72%
B=51.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67651420.530.5400.44241.5637.240.59
Hex43418E353602Cf22529
Octal10310121665660543624551
Binary1000011100000110001110110101110110010110011110010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43418E; }

 p { color: rgb(67,65,142); }

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

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

 a { background-color: rgb(67,65,142); }

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

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

 span { border-color: rgb(67,65,142); }

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