Html Css Color HEX #43328D Dark Slate Blue

📋 copy color: '#43328D'

red 67 ◦ green 50 ◦ blue 141

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

Shades of Dark Slate Blue #43328D

Tints of Dark Slate Blue #43328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.38%

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

R = 25.97%
G = 19.38%
B = 54.65%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43328D (or 0x43328D) is known color: Dark Slate Blue. HEX triplet: 43, 32 and 8D. RGB value is (67,50,141). Sum of RGB (Red+Green+Blue) = 67+50+141=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #43328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43328D is #BCCD72. Grayscale: #414141. Windows color (decimal): -12373363 or 9253443. OLE color: 9253443.

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

Color convert

RGB 67 50 141 -
CMYK 0.52 0.65 0 0.45
HSL 251.21º 0.48% 0.37% -
HSV(B) 251.21º 0.65% 0.55% -
XYZ 8.26 5.4 25.81 -
YUV 65.46 170.63 129.1 -
System Red Green Blue C M Y K H S L
Decimal 67 50 141 0.52 0.65 0 0.45 251.21 0.48 0.37
Hex 43 32 8D 34 41 0 2D FB 30 25
Octal 103 62 215 64 101 0 55 373 60 45
Binary 1000011 110010 10001101 110100 1000001 0 101101 11111011 110000 100101

Color Harmonies of #43328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43328D

Black with #43328D

Text Example


Text Example

White with #43328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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