Html Css Color HEX #43428C Dark Slate Blue

📋 copy color: '#43428C'

red 67 ◦ green 66 ◦ blue 140

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

Shades of Dark Slate Blue #43428C

Tints of Dark Slate Blue #43428C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.28%

R = 24.54%
G = 24.18%
B = 51.28%

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

#43428C (or 0x43428C) is known color: Dark Slate Blue. HEX triplet: 43, 42 and 8C. RGB value is (67,66,140). Sum of RGB (Red+Green+Blue) = 67+66+140=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #43428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43428C is #BCBD73. Grayscale: #4A4A4A. Windows color (decimal): -12369268 or 9192003. OLE color: 9192003.

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

Color convert

RGB 67 66 140 -
CMYK 0.52 0.53 0 0.45
HSL 240.81º 0.36% 0.4% -
HSV(B) 240.81º 0.53% 0.55% -
XYZ 9 6.98 25.68 -
YUV 74.74 164.83 122.48 -
System Red Green Blue C M Y K H S L
Decimal 67 66 140 0.52 0.53 0 0.45 240.81 0.36 0.4
Hex 43 42 8C 34 35 0 2D F1 24 28
Octal 103 102 214 64 65 0 55 361 44 50
Binary 1000011 1000010 10001100 110100 110101 0 101101 11110001 100100 101000

Color Harmonies of #43428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43428C

Black with #43428C

Text Example


Text Example

White with #43428C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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