Html Css Color HEX #43348D Dark Slate Blue

📋 copy color: '#43348D'

red 67 ◦ green 52 ◦ blue 141

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

Shades of Dark Slate Blue #43348D

Tints of Dark Slate Blue #43348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20%

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

R = 25.77%
G = 20%
B = 54.23%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43348D (or 0x43348D) is known color: Dark Slate Blue. HEX triplet: 43, 34 and 8D. RGB value is (67,52,141). Sum of RGB (Red+Green+Blue) = 67+52+141=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #43348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43348D is #BCCB72. Grayscale: #424242. Windows color (decimal): -12372851 or 9253955. OLE color: 9253955.

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

Color convert

RGB 67 52 141 -
CMYK 0.52 0.63 0 0.45
HSL 250.11º 0.46% 0.38% -
HSV(B) 250.11º 0.63% 0.55% -
XYZ 8.35 5.57 25.83 -
YUV 66.63 169.97 128.26 -
System Red Green Blue C M Y K H S L
Decimal 67 52 141 0.52 0.63 0 0.45 250.11 0.46 0.38
Hex 43 34 8D 34 3F 0 2D FA 2E 26
Octal 103 64 215 64 77 0 55 372 56 46
Binary 1000011 110100 10001101 110100 111111 0 101101 11111010 101110 100110

Color Harmonies of #43348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43348D

Black with #43348D

Text Example


Text Example

White with #43348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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