Html Css Color HEX #43408B Dark Slate Blue

📋 copy color: '#43408B'

red 67 ◦ green 64 ◦ blue 139

#43408B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #43408B

Tints of Dark Slate Blue #43408B

RGB

 RED value IS 67 (26.56% from 255) = 24.81%

 GREEN value IS 64 (25.39% from 255) = 23.7%

 BLUE value IS 139 (54.69% from 255) = 51.48%

R = 24.81%
G = 23.7%
B = 51.48%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43408B (or 0x43408B) is known color: Dark Slate Blue. HEX triplet: 43, 40 and 8B. RGB value is (67,64,139). Sum of RGB (Red+Green+Blue) = 67+64+139=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #43408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43408B is #BCBF74. Grayscale: #494949. Windows color (decimal): -12369781 or 9125955. OLE color: 9125955.

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

Color convert

RGB 67 64 139 -
CMYK 0.52 0.54 0 0.45
HSL 242.4º 0.37% 0.4% -
HSV(B) 242.4º 0.54% 0.55% -
XYZ 8.81 6.72 25.26 -
YUV 73.45 164.99 123.4 -
System Red Green Blue C M Y K H S L
Decimal 67 64 139 0.52 0.54 0 0.45 242.4 0.37 0.4
Hex 43 40 8B 34 36 0 2D F2 25 28
Octal 103 100 213 64 66 0 55 362 45 50
Binary 1000011 1000000 10001011 110100 110110 0 101101 11110010 100101 101000

Color Harmonies of #43408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43408B

Black with #43408B

Text Example


Text Example

White with #43408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #43408B;
 }
 .AnyTagClassName
 {
   color: #43408B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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