Html Css Color HEX #43318B Dark Slate Blue

📋 copy color: '#43318B'

red 67 ◦ green 49 ◦ blue 139

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

Shades of Dark Slate Blue #43318B

Tints of Dark Slate Blue #43318B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.22%

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

R = 26.27%
G = 19.22%
B = 54.51%

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

#43318B (or 0x43318B) is known color: Dark Slate Blue. HEX triplet: 43, 31 and 8B. RGB value is (67,49,139). Sum of RGB (Red+Green+Blue) = 67+49+139=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #43318B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43318B is #BCCE74. Grayscale: #404040. Windows color (decimal): -12373621 or 9122115. OLE color: 9122115.

HSL color Cylindrical-coordinate representation of color #43318B: hue angle of 252º 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 #43318B is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 49 139 -
CMYK 0.52 0.65 0 0.45
HSL 252º 0.48% 0.37% -
HSV(B) 252º 0.65% 0.55% -
XYZ 8.07 5.25 25.01 -
YUV 64.64 169.96 129.68 -
System Red Green Blue C M Y K H S L
Decimal 67 49 139 0.52 0.65 0 0.45 252 0.48 0.37
Hex 43 31 8B 34 41 0 2D FC 30 25
Octal 103 61 213 64 101 0 55 374 60 45
Binary 1000011 110001 10001011 110100 1000001 0 101101 11111100 110000 100101

Color Harmonies of #43318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43318B

Black with #43318B

Text Example


Text Example

White with #43318B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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