Html Css Color HEX #43428B Dark Slate Blue

📋 copy color: '#43428B'

red 67 ◦ green 66 ◦ blue 139

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

Shades of Dark Slate Blue #43428B

Tints of Dark Slate Blue #43428B

RGB

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

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

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

R = 24.63%
G = 24.26%
B = 51.1%

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

#43428B (or 0x43428B) is known color: Dark Slate Blue. HEX triplet: 43, 42 and 8B. RGB value is (67,66,139). Sum of RGB (Red+Green+Blue) = 67+66+139=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #43428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43428B is #BCBD74. Grayscale: #4A4A4A. Windows color (decimal): -12369269 or 9126467. OLE color: 9126467.

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

Color convert

RGB 67 66 139 -
CMYK 0.52 0.53 0 0.45
HSL 240.82º 0.36% 0.4% -
HSV(B) 240.82º 0.53% 0.55% -
XYZ 8.92 6.95 25.3 -
YUV 74.62 164.33 122.56 -
System Red Green Blue C M Y K H S L
Decimal 67 66 139 0.52 0.53 0 0.45 240.82 0.36 0.4
Hex 43 42 8B 34 35 0 2D F1 24 28
Octal 103 102 213 64 65 0 55 361 44 50
Binary 1000011 1000010 10001011 110100 110101 0 101101 11110001 100100 101000

Color Harmonies of #43428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43428B

Black with #43428B

Text Example


Text Example

White with #43428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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