Html Css Color HEX #43428D Dark Slate Blue

📋 copy color: '#43428D'

red 67 ◦ green 66 ◦ blue 141

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

Shades of Dark Slate Blue #43428D

Tints of Dark Slate Blue #43428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.09%

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

R = 24.45%
G = 24.09%
B = 51.46%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43428D (or 0x43428D) is known color: Dark Slate Blue. HEX triplet: 43, 42 and 8D. RGB value is (67,66,141). Sum of RGB (Red+Green+Blue) = 67+66+141=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #43428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43428D is #BCBD72. Grayscale: #4A4A4A. Windows color (decimal): -12369267 or 9257539. OLE color: 9257539.

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

Color convert

RGB 67 66 141 -
CMYK 0.52 0.53 0 0.45
HSL 240.8º 0.36% 0.41% -
HSV(B) 240.8º 0.53% 0.55% -
XYZ 9.07 7.01 26.07 -
YUV 74.85 165.33 122.4 -
System Red Green Blue C M Y K H S L
Decimal 67 66 141 0.52 0.53 0 0.45 240.8 0.36 0.41
Hex 43 42 8D 34 35 0 2D F1 24 29
Octal 103 102 215 64 65 0 55 361 44 51
Binary 1000011 1000010 10001101 110100 110101 0 101101 11110001 100100 101001

Color Harmonies of #43428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43428D

Black with #43428D

Text Example


Text Example

White with #43428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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