Html Css Color HEX #43387C Dark Slate Blue

📋 copy color: '#43387C'

red 67 ◦ green 56 ◦ blue 124

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

Shades of Dark Slate Blue #43387C

Tints of Dark Slate Blue #43387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.67%

 BLUE value IS 124 (48.83% from 255) = 50.2%

R = 27.13%
G = 22.67%
B = 50.2%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43387C (or 0x43387C) is known color: Dark Slate Blue. HEX triplet: 43, 38 and 7C. RGB value is (67,56,124). Sum of RGB (Red+Green+Blue) = 67+56+124=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #43387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43387C is #BCC783. Grayscale: #424242. Windows color (decimal): -12371844 or 8140867. OLE color: 8140867.

HSL color Cylindrical-coordinate representation of color #43387C: hue angle of 249.71º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43387C is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 56 124 -
CMYK 0.46 0.55 0 0.51
HSL 249.71º 0.38% 0.35% -
HSV(B) 249.71º 0.55% 0.49% -
XYZ 7.37 5.48 19.74 -
YUV 67.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 67 56 124 0.46 0.55 0 0.51 249.71 0.38 0.35
Hex 43 38 7C 2E 37 0 33 FA 26 23
Octal 103 70 174 56 67 0 63 372 46 43
Binary 1000011 111000 1111100 101110 110111 0 110011 11111010 100110 100011

Color Harmonies of #43387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43387C

Black with #43387C

Text Example


Text Example

White with #43387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,56,124); }

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

background-color css

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

 a { background-color: rgb(67,56,124); }

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

border-color css

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

 span { border-color: rgb(67,56,124); }

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