Html Css Color HEX #43358D Dark Slate Blue

📋 copy color: '#43358D'

red 67 ◦ green 53 ◦ blue 141

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

Shades of Dark Slate Blue #43358D

Tints of Dark Slate Blue #43358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.31%

 BLUE value IS 141 (55.47% from 255) = 54.02%

R = 25.67%
G = 20.31%
B = 54.02%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43358D (or 0x43358D) is known color: Dark Slate Blue. HEX triplet: 43, 35 and 8D. RGB value is (67,53,141). Sum of RGB (Red+Green+Blue) = 67+53+141=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #43358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43358D is #BCCA72. Grayscale: #424242. Windows color (decimal): -12372595 or 9254211. OLE color: 9254211.

HSL color Cylindrical-coordinate representation of color #43358D: hue angle of 249.55º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43358D is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 53 141 -
CMYK 0.52 0.62 0 0.45
HSL 249.55º 0.45% 0.38% -
HSV(B) 249.55º 0.62% 0.55% -
XYZ 8.4 5.66 25.85 -
YUV 67.22 169.64 127.84 -
System Red Green Blue C M Y K H S L
Decimal 67 53 141 0.52 0.62 0 0.45 249.55 0.45 0.38
Hex 43 35 8D 34 3E 0 2D FA 2D 26
Octal 103 65 215 64 76 0 55 372 55 46
Binary 1000011 110101 10001101 110100 111110 0 101101 11111010 101101 100110

Color Harmonies of #43358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43358D

Black with #43358D

Text Example


Text Example

White with #43358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43358D; }

 p { color: rgb(67,53,141); }

 H1.HeaderClassName
 {
   color: #43358D;
 }
 .AnyTagClassName
 {
   color: #43358D;
 }
</style>

background-color css

<style>
 a { background-color: #43358D; }

 a { background-color: rgb(67,53,141); }

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

border-color css

<style>
 span { border-color: #43358D; }

 span { border-color: rgb(67,53,141); }

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