#43409F

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

Shades of Dark Slate Blue #43409F

Tints of Dark Slate Blue #43409F

Color information

#43409F (or 0x43409F) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 40 and 9F. RGB value is (67,64,159). Sum of RGB (Red+Green+Blue) = 67+64+159=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #43409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43409F is #BCBF60. Grayscale: #4B4B4B. Windows color (decimal): -12369761 or 10436675. OLE color: 10436675.

HSL color Cylindrical-coordinate representation of color #43409F: hue angle of 241.89º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43409F is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6764159-
CMYK0.580.6000.38
HSL241.89º42.6%43.73%-
HSV(B)241.89º59.75%62.35%-
XYZ10.417.3633.67-
YUV75.73174.99121.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.10%
GREEN value IS 64 (25.39% from 255) = 22.07%
BLUE value IS 159 (62.5% from 255) = 54.83%
R=23.10%
G=22.07%
B=54.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal67641590.580.6000.38241.8942.643.73
Hex43409F3A3C026f22b2c
Octal10310023772740463625354
Binary1000011100000010011111111010111100010011011110010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,64,159); }

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

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

 a { background-color: rgb(67,64,159); }

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

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

 span { border-color: rgb(67,64,159); }

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