Html Css Color HEX #43338D Dark Slate Blue

📋 copy color: '#43338D'

red 67 ◦ green 51 ◦ blue 141

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

Shades of Dark Slate Blue #43338D

Tints of Dark Slate Blue #43338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.69%

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

R = 25.87%
G = 19.69%
B = 54.44%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43338D (or 0x43338D) is known color: Dark Slate Blue. HEX triplet: 43, 33 and 8D. RGB value is (67,51,141). Sum of RGB (Red+Green+Blue) = 67+51+141=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #43338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43338D is #BCCC72. Grayscale: #414141. Windows color (decimal): -12373107 or 9253699. OLE color: 9253699.

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

Color convert

RGB 67 51 141 -
CMYK 0.52 0.64 0 0.45
HSL 250.67º 0.47% 0.38% -
HSV(B) 250.67º 0.64% 0.55% -
XYZ 8.31 5.48 25.82 -
YUV 66.04 170.3 128.68 -
System Red Green Blue C M Y K H S L
Decimal 67 51 141 0.52 0.64 0 0.45 250.67 0.47 0.38
Hex 43 33 8D 34 40 0 2D FB 2F 26
Octal 103 63 215 64 100 0 55 373 57 46
Binary 1000011 110011 10001101 110100 1000000 0 101101 11111011 101111 100110

Color Harmonies of #43338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43338D

Black with #43338D

Text Example


Text Example

White with #43338D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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